https://github.com/torvalds/linux
Revision 57d84906f0f3005d4d22e13a3f5102a16a7fc4a2 authored by Martin Schwidefsky on 12 May 2010, 07:32:13 UTC, committed by Martin Schwidefsky on 12 May 2010, 07:32:26 UTC
As of git commit 1844c9bc0b2fed3023551c1affe033ab38e90b9a head64.S/head31.S
are not included in head.S anymore but build as an extra object. This breaks
shared kernel support because the .org statement in head64.S/head31.S for
CONFIG_SHARED_KERNEL=y will have a different effect. The end address of the
head.text section in head.o will be added to the .org value, to compensate
for this subtract 0x11000 to get the required value of 0x100000 again.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
1 parent 545c174
History
Tip revision: 57d84906f0f3005d4d22e13a3f5102a16a7fc4a2 authored by Martin Schwidefsky on 12 May 2010, 07:32:13 UTC
[S390] correct address of _stext with CONFIG_SHARED_KERNEL=y
Tip revision: 57d8490
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 930 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 166.4 KB
Makefile -rw-r--r-- 51.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top