]> git.baikalelectronics.ru Git - kernel.git/commit
lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD
authorMatias Zabaljauregui <zabaljauregui@gmail.com>
Sat, 30 May 2009 18:48:08 +0000 (15:48 -0300)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 12 Jun 2009 12:57:07 +0000 (22:27 +0930)
commitca5f338f78ea86e3ce66b7ae186d394cce7182d4
treedf1c3373274846b4998ea75c56f347a264b2c8ad
parentdd4e17c0b5e977387443211342e446c8c7672335
lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD

replace LHCALL_SET_PMD with LHCALL_SET_PGD hypercall name
(That's really what it is, and the confusion gets worse with PAE support)

Signed-off-by: Matias Zabaljauregui <zabaljauregui@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Reported-by: Jeremy Fitzhardinge <jeremy@goop.org>
arch/x86/include/asm/lguest_hcall.h
arch/x86/lguest/boot.c
drivers/lguest/hypercalls.c
drivers/lguest/lg.h
drivers/lguest/page_tables.c