LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 1/2] mca: mca_pentium_flag no longer used
@ 2007-05-13 12:09 Andrew Hendry
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Hendry @ 2007-05-13 12:09 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-kernel

Thanks James, hopefully have the mailer fixed now. 


The check for mca_pentium_flag was removed long ago.
This cleans up the flag and documentation.

Signed-off-by: Andrew Hendry <andrew.hendry@gmail.com>

diff -uprN -X dontdiff linux-2.6.21-vanilla/arch/i386/kernel/setup.c linux-2.6.21/arch/i386/kernel/setup.c
--- linux-2.6.21-vanilla/arch/i386/kernel/setup.c	2007-05-06 10:27:39.000000000 +1000
+++ linux-2.6.21/arch/i386/kernel/setup.c	2007-05-06 11:35:03.000000000 +1000
@@ -91,7 +91,6 @@ EXPORT_SYMBOL(machine_id);
 #endif
 unsigned int machine_submodel_id;
 unsigned int BIOS_revision;
-unsigned int mca_pentium_flag;
 
 /* Boot loader ID as an integer, for the benefit of proc_dointvec */
 int bootloader_type;
diff -uprN -X dontdiff linux-2.6.21-vanilla/Documentation/kernel-parameters.txt linux-2.6.21/Documentation/kernel-parameters.txt
--- linux-2.6.21-vanilla/Documentation/kernel-parameters.txt	2007-05-06 10:27:37.000000000 +1000
+++ linux-2.6.21/Documentation/kernel-parameters.txt	2007-05-06 11:39:27.000000000 +1000
@@ -894,8 +894,6 @@ and is between 256 and 4096 characters. 
 			[SCSI] Maximum number of LUNs received.
 			Should be between 1 and 16384.
 
-	mca-pentium	[BUGS=IA-32]
-
 	mcatest=	[IA-64]
 
 	mcd=		[HW,CD]
diff -uprN -X dontdiff linux-2.6.21-vanilla/include/asm-i386/bugs.h linux-2.6.21/include/asm-i386/bugs.h
--- linux-2.6.21-vanilla/include/asm-i386/bugs.h	2007-05-06 10:31:04.000000000 +1000
+++ linux-2.6.21/include/asm-i386/bugs.h	2007-05-06 11:35:39.000000000 +1000
@@ -31,14 +31,6 @@ static int __init no_halt(char *s)
 
 __setup("no-hlt", no_halt);
 
-static int __init mca_pentium(char *s)
-{
-	mca_pentium_flag = 1;
-	return 1;
-}
-
-__setup("mca-pentium", mca_pentium);
-
 static int __init no_387(char *s)
 {
 	boot_cpu_data.hard_math = 0;
diff -uprN -X dontdiff linux-2.6.21-vanilla/include/asm-i386/processor.h linux-2.6.21/include/asm-i386/processor.h
--- linux-2.6.21-vanilla/include/asm-i386/processor.h	2007-05-06 10:31:05.000000000 +1000
+++ linux-2.6.21/include/asm-i386/processor.h	2007-05-06 11:35:19.000000000 +1000
@@ -264,7 +264,6 @@ others may find it useful. */
 extern unsigned int machine_id;
 extern unsigned int machine_submodel_id;
 extern unsigned int BIOS_revision;
-extern unsigned int mca_pentium_flag;
 
 /* Boot loader type from the setup header */
 extern int bootloader_type;

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

* Re: [PATCH 1/2] mca: mca_pentium_flag no longer used
       [not found] <d45a3acc0705070549ic3b11a5pc8c299e08f914835@mail.gmail.com>
@ 2007-05-08 15:57 ` James Bottomley
  0 siblings, 0 replies; 2+ messages in thread
From: James Bottomley @ 2007-05-08 15:57 UTC (permalink / raw)
  To: andrew hendry; +Cc: linux-kernel

On Mon, 2007-05-07 at 22:49 +1000, andrew hendry wrote:
> The check for mca_pentium_flag was removed long ago.
> This cleans up the flag and documentation.

I can't apply this patch ... apparently the email is dual text and
html ... we really need text only for patch application.  Plus, it looks
like your email tool has converted all the tabs in the diff to spaces.

Could you resend.  If you can't get the mailer to comply, just attaching
the diff file usually works.

James



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

end of thread, other threads:[~2007-05-13 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-13 12:09 [PATCH 1/2] mca: mca_pentium_flag no longer used Andrew Hendry
     [not found] <d45a3acc0705070549ic3b11a5pc8c299e08f914835@mail.gmail.com>
2007-05-08 15:57 ` James Bottomley

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