kernel-ark/arch/ia64
Tony Luck d57c4a3892 [IA64] acpi_get_sysname() should be __init
Section mismatch: reference to .init.text:acpi_find_rsdp
 (between 'acpi_get_sysname' and 'acpi_request_vector')

acpi_get_sysname() needs to call the __init function acpi_find_rsdp, but it
doesn't have the __init attribute itself, hence the warning. Luckily it is
only called from machvec_init() which has __init attribute, so the fix
is to define acpi_get_sysname() as __init too.

Signed-off-by: Tony Luck <tony.luck@intel.com>
2007-05-24 10:59:44 -07:00
..
configs
dig
hp
ia32
kernel [IA64] acpi_get_sysname() should be __init 2007-05-24 10:59:44 -07:00
lib
mm [IA64] optimize pagefaults a little 2007-05-16 09:00:51 -07:00
oprofile
pci [IA64] fix kmalloc(0) in arch/ia64/pci/pci.c 2007-05-22 10:20:36 -07:00
scripts
sn [IA64] Yet another section mismatch warning 2007-05-18 15:11:34 -07:00
defconfig
install.sh
Kconfig
Kconfig.debug
Makefile
module.lds