]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Fix size for ex trampoline with 32bit
authorYinghai Lu <yinghai@kernel.org>
Tue, 22 Dec 2009 23:40:39 +0000 (15:40 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 4 Jan 2010 21:20:11 +0000 (13:20 -0800)
commit704ef547f1986aea0ccb94d719f8832b6472c303
tree579b172b7bd7fc1dd090146c23c3f26f7e4869b0
parent47edf50ef9b21ae855cec20d676eafcaa2263f60
x86: Fix size for ex trampoline with 32bit

fix for error that is introduced by
| x86: Use find_e820() instead of hard coded trampoline address

it should end with PAGE_SIZE + PAGE_SIZE

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <1261525263-13763-2-git-send-email-yinghai@kernel.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/e820.c