diff options
Diffstat (limited to 'arch/x86/boot/compressed/acpi.c')
-rw-r--r-- | arch/x86/boot/compressed/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/acpi.c b/arch/x86/boot/compressed/acpi.c index 0ef4ad55b29b..ad84239e595e 100644 --- a/arch/x86/boot/compressed/acpi.c +++ b/arch/x86/boot/compressed/acpi.c | |||
@@ -276,7 +276,7 @@ static unsigned long get_acpi_srat_table(void) | |||
276 | if (acpi_table) { | 276 | if (acpi_table) { |
277 | header = (struct acpi_table_header *)acpi_table; | 277 | header = (struct acpi_table_header *)acpi_table; |
278 | 278 | ||
279 | if (ACPI_COMPARE_NAME(header->signature, ACPI_SIG_SRAT)) | 279 | if (ACPI_COMPARE_NAMESEG(header->signature, ACPI_SIG_SRAT)) |
280 | return acpi_table; | 280 | return acpi_table; |
281 | } | 281 | } |
282 | entry += size; | 282 | entry += size; |