Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[IA64] Nail two more simple section mismatch errors

pcibios_setup (between 'pci_setup' and 'quirk_mellanox_tavor')
setup_profiling_timer (between 'write_profile' and 'delayed_put_task_struct')

Signed-off-by: Tony Luck <tony.luck@intel.com>

Tony Luck cb2e0912 9d6f40b8

+2 -2
+1 -1
arch/ia64/kernel/smp.c
··· 468 468 send_IPI_allbutself(IPI_CPU_STOP); 469 469 } 470 470 471 - int __init 471 + int 472 472 setup_profiling_timer (unsigned int multiplier) 473 473 { 474 474 return -EINVAL;
+1 -1
arch/ia64/pci/pci.c
··· 581 581 /* 582 582 * PCI BIOS setup, always defaults to SAL interface 583 583 */ 584 - char * __init 584 + char * __devinit 585 585 pcibios_setup (char *str) 586 586 { 587 587 return str;