diff options
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 1dac94265b59..123f9e37eee4 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -53,10 +53,6 @@ EXPORT_SYMBOL(acpi_disabled); | |||
53 | # include <asm/proto.h> | 53 | # include <asm/proto.h> |
54 | #endif /* X86 */ | 54 | #endif /* X86 */ |
55 | 55 | ||
56 | #define BAD_MADT_ENTRY(entry, end) ( \ | ||
57 | (!entry) || (unsigned long)entry + sizeof(*entry) > end || \ | ||
58 | ((struct acpi_subtable_header *)entry)->length < sizeof(*entry)) | ||
59 | |||
60 | #define PREFIX "ACPI: " | 56 | #define PREFIX "ACPI: " |
61 | 57 | ||
62 | int acpi_noirq; /* skip ACPI IRQ initialization */ | 58 | int acpi_noirq; /* skip ACPI IRQ initialization */ |