]> git.karo-electronics.de Git - linux-beck.git/commit
x86, 32-bit: SRAT fix
authorIngo Molnar <mingo@elte.hu>
Fri, 6 Jun 2008 14:28:23 +0000 (16:28 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 6 Jun 2008 14:38:35 +0000 (16:38 +0200)
commitea57a5a6db8961de35cd1a4a80d8e01ee4307973
treea6e71962a0f48eb61a9787deb29160fec2876885
parentc45a707dbe35cb9aa6490223e5b1129fa3583948
x86, 32-bit: SRAT fix

we were adding reserved BIOS ranges as general memory as well => not good.

solves this crash:

[   20.068075] hostname used greatest stack depth: 6464 bytes left
[   20.121404] BUG: unable to handle kernel <1>BUG: unable to handle kernel NULL pointer dereference at 00000b8c
[   20.121404] IP: [<c01160ae>] kmap_atomic_prot+0x2d/0x1c3
[   20.121404] *pdpt = 00000000367eb001 *pde = 0000000000000000
[   20.121404] Oops: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
[   20.121404]
[   20.121404] Pid: 2061, comm: rc.sysinit Not tainted (2.6.26-rc3 #2440)
[   20.121404] EIP: 0060:[<c01160ae>] EFLAGS: 00010206 CPU: 0
[   20.121404] EIP is at kmap_atomic_prot+0x2d/0x1c3

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/srat_32.c