Commit dc4b7103 authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] mp_find_ioapic() oops from mp_register_gsi() on device resume

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent 87d88c9d
...@@ -857,7 +857,7 @@ struct mp_ioapic_routing { ...@@ -857,7 +857,7 @@ struct mp_ioapic_routing {
} mp_ioapic_routing[MAX_IO_APICS]; } mp_ioapic_routing[MAX_IO_APICS];
static int __init mp_find_ioapic ( static int mp_find_ioapic (
int gsi) int gsi)
{ {
int i = 0; int i = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment