]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/lguest/core.c
lguest: assume Switcher text is a single page.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Apr 2013 04:40:38 +0000 (14:10 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Apr 2013 06:01:36 +0000 (15:31 +0930)
commit93a2cdff98243df06bafd3c4f3b31b38f0d0fe3e
treecfda9a918a92ac0308e1c888489c83c0b243138a
parent856c608827928d29f80605e85fc3f8f0ab3af4fb
lguest: assume Switcher text is a single page.

ie. SHARED_SWITCHER_PAGES == 1.  It is well under a page, and it's a
minor simplification: it's nice to have *one* simplification in a
patch series!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/include/asm/lguest.h
drivers/lguest/core.c
drivers/lguest/lg.h
drivers/lguest/page_tables.c
drivers/lguest/x86/core.c