[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090313110357.GC31094@elte.hu>
Date: Fri, 13 Mar 2009 12:03:57 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Markus Metzger <markus.t.metzger@...el.com>
Cc: linux-kernel@...r.kernel.org, tglx@...utronix.de, hpa@...or.com,
markus.t.metzger@...il.com, roland@...hat.com,
eranian@...glemail.com, oleg@...hat.com, juan.villacis@...el.com,
ak@...ux.jf.intel.com
Subject: Re: [patch 1/5] x86, bts: detect size of DS fields
Applied your patches to tip:tracing/hw-branch-tracer, thanks
Markus!
I did a small cleanup patch - see it in this thread.
One detail i noticed:
static DEFINE_PER_CPU(struct ds_configuration, ds_cfg_array);
That PER_CPU indirection should be removed - it's enough to have
system-wide configuration settings. We dont generally support
assymetric CPU capabilities in the same system, and the per_cpu
indirection here slows the code down and obfuscates it.
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists