From: Andi Kleen Date: Wed, 30 Aug 2006 17:37:12 +0000 (+0200) Subject: [PATCH] x86_64: Recover 1MB of kernel memory X-Git-Tag: v2.6.18-rc6~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceee88223047749ad683d397b19904c3dfb6adeb;p=pandora-kernel.git [PATCH] x86_64: Recover 1MB of kernel memory Noticed by Jan Beulich. When the kernel was moved from 1MB to 2MB in 2.6.17 the kernel reservation code wasn't adjusted and it still reserved starting with 1MB. This means 1MB always were lost. This patch fixes this by reserving only starting with _text. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed