commit | ebe0ba84f55950a89cb7af94c7ffc35ee3992f9e | [log] [tgz] |
---|---|---|
author | Matias Zabaljauregui <zabaljauregui@gmail.com> | Sat May 30 15:48:08 2009 -0300 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:27:07 2009 +0930 |
tree | df1c3373274846b4998ea75c56f347a264b2c8ad | |
parent | 90603d15fa95605d1d08235b73e220d766f04bb0 [diff] |
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>