[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131219211701.GB3464@gmail.com>
Date: Thu, 19 Dec 2013 22:17:01 +0100
From: Ingo Molnar <mingo@...nel.org>
To: "H. Peter Anvin" <hpa@...or.com>
Cc: Peter Zijlstra <peterz@...radead.org>, Len Brown <lenb@...nel.org>,
x86@...nel.org, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org, Len Brown <len.brown@...el.com>,
stable@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Mike Galbraith <efault@....de>, Borislav Petkov <bp@...en8.de>
Subject: Re: [PATCH] x86 idle: repair large-server 50-watt idle-power
regression
* H. Peter Anvin <hpa@...or.com> wrote:
> CLFLUSH is only (guaranteed to be) ordered with respect to MFENCE
> according to the SDM.
Yes, I quoted the relevant text a couple of hours ago, CLFLUSH is
pretty special, so it's not ordered against atomics or serializing
instructions for example - only ordered against explict MFENCE calls,
which on x86 is mb()/smp_mb().
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