x86, boot: make symbols from the main vmlinux available
authorH. Peter Anvin <hpa@zytor.com>
Mon, 11 May 2009 21:21:12 +0000 (14:21 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 11 May 2009 21:40:50 +0000 (14:40 -0700)
commit77d1a4999502c260df0eb2de437d320bf8c64b36
treed479843ccd9ffdd0e89548753c391950adb664a4
parent02a884c0fe7ec8459d00d34b7d4101af21fc4a86
x86, boot: make symbols from the main vmlinux available

Make symbols from the main vmlinux, as opposed to just
compressed/vmlinux, available to header.S.  Also, export a few
additional symbols.

This will be used in a subsequent patch to export the total memory
footprint of the kernel.

[ Impact: enable future enhancement ]

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/boot/Makefile
arch/x86/boot/header.S
This page took 0.025689 seconds and 5 git commands to generate.