From: Cyrill Gorcunov Date: Wed, 14 Jan 2009 20:37:46 +0000 (+0300) Subject: x86: headers cleanup - boot.h X-Git-Tag: v2.6.30-rc1~625^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c4bff0308eb0819436b730a836846d3e784657;p=pandora-kernel.git x86: headers cleanup - boot.h Impact: cleanup 'make headers_check' warn us about leaking of kernel private (mostly compile time vars) data to userspace in headers. Fix it. Neither BOOT_HEAP_SIZE, BOOT_STACK_SIZE refs was found by searching thru net (ie in user-space area) so fence this all by __KERNEL__ guard. Signed-off-by: Cyrill Gorcunov Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed