commit | 4924e228ae039029a9503ad571d91086e4042c90 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Mon Feb 09 12:05:47 2009 -0800 |
committer | Jeremy Fitzhardinge <jeremy@goop.org> | Mon Feb 09 14:04:19 2009 -0800 |
tree | ffd269c280fbca3400aa18bd0b81a0f518999c82 | |
parent | 3c552ac8a747d6c26d13302c54d71dae9f56f4ac [diff] [blame] |
x86: unstatic mp_find_ioapic so it can be used elsewhere Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index c334fe7..068b900 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c
@@ -872,7 +872,7 @@ DECLARE_BITMAP(pin_programmed, MP_MAX_IOAPIC_PIN + 1); } mp_ioapic_routing[MAX_IO_APICS]; -static int mp_find_ioapic(int gsi) +int mp_find_ioapic(int gsi) { int i = 0;