setup.c (1164dd0099c0d79146a55319670f57ab7ad1d352) | setup.c (3e5095d15276efd14a45393666b1bb7536bf179f) |
---|---|
1/* 2 * Copyright (C) 1995 Linus Torvalds 3 * 4 * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 5 * 6 * Memory region support 7 * David Parsons <orc@pell.chi.il.us>, July-August 1999 8 * --- 574 unchanged lines hidden (view full) --- 583 elfcorehdr_addr = memparse(arg, &end); 584 return end > arg ? 0 : -EINVAL; 585} 586early_param("elfcorehdr", setup_elfcorehdr); 587#endif 588 589static int __init default_update_genapic(void) 590{ | 1/* 2 * Copyright (C) 1995 Linus Torvalds 3 * 4 * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 5 * 6 * Memory region support 7 * David Parsons <orc@pell.chi.il.us>, July-August 1999 8 * --- 574 unchanged lines hidden (view full) --- 583 elfcorehdr_addr = memparse(arg, &end); 584 return end > arg ? 0 : -EINVAL; 585} 586early_param("elfcorehdr", setup_elfcorehdr); 587#endif 588 589static int __init default_update_genapic(void) 590{ |
591#ifdef CONFIG_X86_SMP | 591#ifdef CONFIG_SMP |
592 if (!apic->wakeup_cpu) 593 apic->wakeup_cpu = wakeup_secondary_cpu_via_init; 594#endif 595 596 return 0; 597} 598 599static struct x86_quirks default_x86_quirks __initdata = { --- 380 unchanged lines hidden --- | 592 if (!apic->wakeup_cpu) 593 apic->wakeup_cpu = wakeup_secondary_cpu_via_init; 594#endif 595 596 return 0; 597} 598 599static struct x86_quirks default_x86_quirks __initdata = { --- 380 unchanged lines hidden --- |