[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] mwait-idle: add CPU model 54 (Atom N2000 series)
commit dd5bcaf7b67568744cd003ac9e07e863780bda08 Author: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> AuthorDate: Wed Jul 2 14:50:46 2014 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed Jul 2 14:50:46 2014 +0200 mwait-idle: add CPU model 54 (Atom N2000 series) Add CPU ID for Atom N2600/N2800 processors. Datasheets indicate support for this, detailed information about potential quirks or limitations are missing, though. So we just reuse the definition for the previous ATOM series. Tests on N2800 systems showed that this addition is fine an can reduce power consumption by about 0.25 W (personally confirmed on Intel DN2800MT). Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/arch/x86/cpu/mwait-idle.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xen/arch/x86/cpu/mwait-idle.c b/xen/arch/x86/cpu/mwait-idle.c index 06f4a33..3a4b970 100644 --- a/xen/arch/x86/cpu/mwait-idle.c +++ b/xen/arch/x86/cpu/mwait-idle.c @@ -519,6 +519,7 @@ static struct intel_idle_id { ICPU(0x26, lincroft), ICPU(0x2a, snb), ICPU(0x2d, snb), + ICPU(0x36, atom), ICPU(0x37, byt), ICPU(0x3a, ivb), ICPU(0x3e, ivb), -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |