commit | 751fc7849d623bcd5e77fd494b01662599a8dccf | [log] [tgz] |
---|---|---|
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | Wed Apr 30 16:50:43 2008 +0900 |
committer | Tony Luck <tony.luck@intel.com> | Wed Apr 30 14:08:01 2008 -0700 |
tree | d349de877e9b6cc5265a8af1cc9f1c2c78031b6a | |
parent | c5b5a5993234d4db2079e57e456bda5278ef59cf [diff] |
[IA64] fix section mismatch in arch/ia64/kernel/irq.c This patch shuts up the following: WARNING: vmlinux.o(.text+0x7102): Section mismatch in reference from the function fixup_irqs() to the function .devinit.text:ia64_disable_timer() Removing ia64_disable_timer() is safe because there are no functions calling it other than the fixup_irqs(), Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: Tony Luck <tony.luck@intel.com>