diff options
| author | Len Brown <len.brown@intel.com> | 2007-08-24 22:19:05 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2007-08-24 22:19:05 -0400 |
| commit | 5a16eff86dc1194a17c69250492e820d828e3bde (patch) | |
| tree | a0f990ce8682d7108f6fbd7f9d3c90a8d318d9b8 /arch/x86_64/kernel | |
| parent | 2e0f4c7b383063abc274c4a088043383a3735b93 (diff) | |
| parent | 61ec7567db103d537329b0db9a887db570431ff4 (diff) | |
Pull bugzilla-1641 into release branch
Diffstat (limited to 'arch/x86_64/kernel')
| -rw-r--r-- | arch/x86_64/kernel/io_apic.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index f57f8b901912..966fa1062491 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c | |||
| @@ -397,14 +397,12 @@ static void clear_IO_APIC (void) | |||
| 397 | int skip_ioapic_setup; | 397 | int skip_ioapic_setup; |
| 398 | int ioapic_force; | 398 | int ioapic_force; |
| 399 | 399 | ||
| 400 | /* dummy parsing: see setup.c */ | 400 | static int __init parse_noapic(char *str) |
| 401 | |||
| 402 | static int __init disable_ioapic_setup(char *str) | ||
| 403 | { | 401 | { |
| 404 | skip_ioapic_setup = 1; | 402 | disable_ioapic_setup(); |
| 405 | return 0; | 403 | return 0; |
| 406 | } | 404 | } |
| 407 | early_param("noapic", disable_ioapic_setup); | 405 | early_param("noapic", parse_noapic); |
| 408 | 406 | ||
| 409 | /* Actually the next is obsolete, but keep it for paranoid reasons -AK */ | 407 | /* Actually the next is obsolete, but keep it for paranoid reasons -AK */ |
| 410 | static int __init disable_timer_pin_setup(char *arg) | 408 | static int __init disable_timer_pin_setup(char *arg) |
