X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fx86_64%2Fkernel%2Fmpparse.c;h=50dd8bef850e92b1bc3451c17ab5ee17b1603760;hb=a3d912c8fa709c4078ceaabf4d71001190e19325;hp=08072568847d997ce0cc50d05ff3831ef33a07d9;hpb=2fd8507d14ef7af3ae05316b3277044cf6daa381;p=powerpc.git diff --git a/arch/x86_64/kernel/mpparse.c b/arch/x86_64/kernel/mpparse.c index 0807256884..50dd8bef85 100644 --- a/arch/x86_64/kernel/mpparse.c +++ b/arch/x86_64/kernel/mpparse.c @@ -798,7 +798,7 @@ int mp_register_gsi(u32 gsi, int triggering, int polarity) return gsi; /* Don't set up the ACPI SCI because it's already set up */ - if (acpi_fadt.sci_int == gsi) + if (acpi_gbl_FADT.sci_interrupt == gsi) return gsi; ioapic = mp_find_ioapic(gsi);