]> git.baikalelectronics.ru Git - kernel.git/commit
lguest: map Switcher below fixmap.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Apr 2013 04:40:42 +0000 (14:10 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Apr 2013 06:15:03 +0000 (15:45 +0930)
commite51304fc276451ac5fdcbfaabb4ea47f370b123e
treea2f8875e7186df5a801345a61b01b9b2eab9bbca
parent2cef983125f4d06813624d5965cf3584120ba437
lguest: map Switcher below fixmap.

Now we've adjusted all the code, we can simply set switcher_addr to
wherever it needs to go below the fixmaps, rather than asserting that
it should be so.

With large NR_CPUS and PAE, people were hitting the "mapping switcher
would thwack fixmap" message.

Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/include/asm/lguest.h
drivers/lguest/core.c