]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kexec: vmlinux: fix physical addresses
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 25 Jun 2005 21:57:46 +0000 (14:57 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:47 +0000 (16:24 -0700)
commite41a9ab4909d42a736cfc7bcf9a54e1e72e7f4b0
treec11e2d5e11ce850202f73d3a70fd0d6d04cfd39f
parent5002180707da6c5a0f84b5137ec85cd34b8aac85
[PATCH] kexec: vmlinux: fix physical addresses

In vmlinux.lds.h the code is carefull to define every section so vmlinux
properly reports the correct physical load address of code, as well as
it's virtual address.

The new SECURITY_INIT definition fails to follow that convention and
and causes incorrect physical address to appear in the vmlinux if
there are any security initcalls.

This patch updates the SECURITY_INIT to follow the convention in the rest of
the file.

Signed-off-by: Eric Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-generic/vmlinux.lds.h