linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* new CPUID bit
@ 2003-01-14 10:02 Ulrich Drepper
  2003-01-14 18:41 ` James H. Cloos Jr.
  0 siblings, 1 reply; 4+ messages in thread
From: Ulrich Drepper @ 2003-01-14 10:02 UTC (permalink / raw)
  To: Linux Kernel


[-- Attachment #1.1: Type: text/plain, Size: 420 bytes --]

Northwood P4's have one more bit in the CPUID processor info set: bit
31.  Intel calls the feature PBE (Pending Break Enable).

The attached patch for the current BK kernel adds the necessary entry.

-- 
--------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------

[-- Attachment #1.2: aaa --]
[-- Type: text/plain, Size: 630 bytes --]

--- /home/drepper/kernel/linux-2.5/arch/i386/kernel/cpu/proc.c-save	2002-12-29 01:24:52.000000000 -0800
+++ /home/drepper/kernel/linux-2.5/arch/i386/kernel/cpu/proc.c	2003-01-14 02:00:33.000000000 -0800
@@ -22,7 +22,7 @@
 	        "fpu", "vme", "de", "pse", "tsc", "msr", "pae", "mce",
 	        "cx8", "apic", NULL, "sep", "mtrr", "pge", "mca", "cmov",
 	        "pat", "pse36", "pn", "clflush", NULL, "dts", "acpi", "mmx",
-	        "fxsr", "sse", "sse2", "ss", "ht", "tm", "ia64", NULL,
+	        "fxsr", "sse", "sse2", "ss", "ht", "tm", "ia64", "pbe",
 
 		/* AMD-defined */
 		NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-15 12:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-14 10:02 new CPUID bit Ulrich Drepper
2003-01-14 18:41 ` James H. Cloos Jr.
2003-01-15  8:34   ` Mikael Pettersson
2003-01-15 12:18     ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).