commit | ceee88223047749ad683d397b19904c3dfb6adeb | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Aug 30 19:37:12 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Aug 30 16:05:15 2006 -0700 |
tree | 0ffd471277ba53299690c444e669ea343cba145f | |
parent | ea424055b771a165c9abd3ae109255a3b825c745 [diff] |
[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 <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>