lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 13 Oct 2008 11:58:26 +0100
From:	"Phil Endecott" <phil_wueww_endecott@...zphil.org>
To:	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: [PATCH] Mention Intel Atom in Kconfig.cpu

Am I right in thinking that CONFIG_MCORE2 is the correct choice for an 
Intel Atom?  (It seems to work for me, so far.)  If this is true, since 
there are quite a lot of these chips in circulation now and the choice 
is not obvious, I think it would be helpful to add something along the 
following lines to arch/x86/Kconfig.cpu.

Signed-off-by: Phil Endecott <kconfigcpu@...zphil.org>
---
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
index b225219..7df0801 100644
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -263,11 +263,12 @@ config MPSC
           in /proc/cpuinfo. Family 15 is an older Xeon, Family 6 a 
newer one.

  config MCORE2
-       bool "Core 2/newer Xeon"
+       bool "Core 2/newer Xeon/Atom"
         help
-         Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 
51xx and 53xx)
-         CPUs. You can distinguish newer from older Xeons by the CPU family
-         in /proc/cpuinfo. Newer ones have 6 and older ones 15 (not a typo)
+         Select this for Intel Core 2, newer Core 2 Xeon (Xeon 51xx 
and 53xx)
+         and Intel Atom CPUs. You can distinguish newer from older 
Xeons by
+         the CPU family in /proc/cpuinfo. Newer ones have 6 and older 
ones 15
+         (not a typo).

  config GENERIC_CPU
         bool "Generic-x86-64"




--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ