[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120613215122.GF32604@tassilo.jf.intel.com>
Date: Wed, 13 Jun 2012 14:51:22 -0700
From: Andi Kleen <ak@...ux.intel.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Andi Kleen <andi@...stfloor.org>, x86@...nel.org,
linux-kernel@...r.kernel.org, eranian@...gle.com
Subject: Re: [PATCH 2/4] x86: Track minimum microcode revision globally v2
> This would really much better live in common code where it can be
> preemptible in some sites. There really is no need for this to be
> non-preemptible.
Okay I can look. But you're really optimizing the wrong things here.
Even on a 4096 CPU system such a loop is miniscule compared to the
actual cost of the microcode update, which stops the complete CPU
for quite some time.
Basically microcode updates and low latency are incompatible
Don't do it when it hurts.
Unfortunately i'm changing all the callers two patches further,
so it'll be messy too.
-Andi
--
ak@...ux.intel.com -- Speaking for myself only
--
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