lkml.org 
[lkml]   [2004]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 1/1] 2.6.7-mm6, DMI isn't broken anymore
Date
From

This patch removes dmi_broken global variable which is not used anymore.

Please consider applying.

Signed-off-by: Andrey Panin <pazke@donpac.ru>

arch/i386/kernel/dmi_scan.c | 2 --
include/asm-i386/system.h | 6 ------
include/asm-x86_64/acpi.h | 4 ----
3 files changed, 12 deletions(-)

diff -urpNX /usr/share/dontdiff linux-2.6.7-mm6.vanilla/arch/i386/kernel/dmi_scan.c linux-2.6.7-mm6/arch/i386/kernel/dmi_scan.c
--- linux-2.6.7-mm6.vanilla/arch/i386/kernel/dmi_scan.c Wed Jul 7 20:06:49 2004
+++ linux-2.6.7-mm6/arch/i386/kernel/dmi_scan.c Wed Jul 7 21:39:01 2004
@@ -11,8 +11,6 @@
#include <linux/dmi.h>
#include <linux/bootmem.h>

-unsigned long dmi_broken;
-EXPORT_SYMBOL(dmi_broken);

int es7000_plat = 0;

diff -urpNX /usr/share/dontdiff linux-2.6.7-mm6.vanilla/include/asm-i386/system.h linux-2.6.7-mm6/include/asm-i386/system.h
--- linux-2.6.7-mm6.vanilla/include/asm-i386/system.h Wed Jul 7 20:07:45 2004
+++ linux-2.6.7-mm6/include/asm-i386/system.h Wed Jul 7 21:38:56 2004
@@ -465,12 +465,6 @@ struct alt_instr {
void disable_hlt(void);
void enable_hlt(void);

-extern unsigned long dmi_broken;
extern int es7000_plat;
-
-#define BROKEN_ACPI_Sx 0x0001
-#define BROKEN_INIT_AFTER_S1 0x0002
-#define BROKEN_PNP_BIOS 0x0004
-#define BROKEN_CPUFREQ 0x0008

#endif
diff -urpNX /usr/share/dontdiff linux-2.6.7-mm6.vanilla/include/asm-x86_64/acpi.h linux-2.6.7-mm6/include/asm-x86_64/acpi.h
--- linux-2.6.7-mm6.vanilla/include/asm-x86_64/acpi.h Wed Jul 7 20:07:33 2004
+++ linux-2.6.7-mm6/include/asm-x86_64/acpi.h Wed Jul 7 22:03:44 2004
@@ -159,10 +159,6 @@ extern void acpi_reserve_bootmem(void);
extern int acpi_disabled;
extern int acpi_pci_disabled;

-#define dmi_broken (0)
-#define BROKEN_ACPI_Sx 0x0001
-#define BROKEN_INIT_AFTER_S1 0x0002
-
#endif /*__KERNEL__*/

#endif /*_ASM_ACPI_H*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.045 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site