diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-10 00:28:17 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-10 00:28:17 -0800 |
| commit | ccaf8b47238e60266ca417e13a8261f2f228f089 (patch) | |
| tree | ac22c050e0cc69fa7e313777bbe1851ae91d5d04 /arch | |
| parent | 12ec4455041091de4962d1a45f402e952ca69f45 (diff) | |
Fix the fix.
Silly #endif placement problem.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/i386/kernel/io_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c index c2b700211242..1443c31312a5 100644 --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c @@ -1075,8 +1075,8 @@ static int pin_2_irq(int idx, int apic, int pin) */ if (platform_rename_gsi) irq = platform_rename_gsi(apic, irq); - break; #endif + break; } default: { |
