[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4769757E.306@zytor.com>
Date: Wed, 19 Dec 2007 11:48:14 -0800
From: "H. Peter Anvin" <hpa@...or.com>
To: Ingo Molnar <mingo@...e.hu>
CC: Venki Pallipadi <venkatesh.pallipadi@...el.com>,
Thomas Gleixner <tglx@...utronix.de>,
Len Brown <lenb@...nel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: Voluntary leave_mm before entering ACPI C3
Ingo Molnar wrote:
>
> i dont think it's required for C3 to even turn off any portion of the
> CPU - if an interrupt arrives after the C3 sequence is initiated but
> just before dirty cachelines have been flushed then the CPU can just
> return without touching anything (such as the TLB) - right? So i dont
> think there's any implicit guarantee of TLB flushing (nor should there
> be), but in practice, a good C3 sequence would (statistically) turn off
> large portions of the CPU and hence the TLB as well.
>
I think C3 guarantees that the cache contents stay intact, and thus it
might make sense in some technology to preserve the TLB as well (being a
kind of cache.)
Otherwise, what you say here of course is absolutely correct.
-hpa
--
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