git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24df92
)
x86, boot: Move intcall() to the .inittext section
author
H. Peter Anvin
<hpa@linux.intel.com>
Sat, 4 Jan 2014 22:29:08 +0000
(14:29 -0800)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Sat, 4 Jan 2014 22:29:08 +0000
(14:29 -0800)
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
patch
|
blob
|
history
diff --cc
arch/x86/boot/bioscall.S
Simple merge