]> Pileus Git - ~andy/linux/commit
x86, boot: Move intcall() to the .inittext section
authorH. Peter Anvin <hpa@linux.intel.com>
Sat, 4 Jan 2014 22:29:08 +0000 (14:29 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 4 Jan 2014 22:29:08 +0000 (14:29 -0800)
commit6f34152f54bcf63a49ea701643c81f5b2168fec8
tree0edf33d1754c855e2affad29685c87f8dba56a16
parente24df921af484e9b7095ee06d236dabdb3bd9c1c
x86, boot: Move intcall() to the .inittext section

The .inittext section tries to aggregate all functions which are
needed to get a message out in the case of a load failure.  However,
putchar() uses intcall(), so intcall() should be in the .inittext
section.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/n/tip-twxm8igouzbmsklmf6lfyq0w@git.kernel.org
arch/x86/boot/bioscall.S