lguest: rename switcher_page to switcher_pages.

There is a single page with the Switcher in it, but it's followed by 2
pages per Host CPU.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2013-04-22 14:10:38 +09:30
parent c215a8b9eb
commit 856c608827
3 changed files with 19 additions and 19 deletions

View File

@@ -15,7 +15,7 @@
#include <asm/lguest.h>
void free_pagetables(void);
int init_pagetables(struct page **switcher_page, unsigned int pages);
int init_pagetables(struct page **switcher_pages, unsigned int pages);
struct pgdir {
unsigned long gpgdir;