commit | 68a644d734e61f38b686cb755bd2a3f43d9372f4 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Apr 22 14:10:37 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Apr 22 15:31:34 2013 +0930 |
tree | ea2e4f575463a080cbd426338f3666852ea8919d | |
parent | 406a590ba105bfb7b67952f0a5f948e0d374e03e [diff] |
lguest: check vaddr not pgd for Switcher protection. We currently assume that the Switcher the top pgd; we want to remove this assumption, so check that vaddr is OK, rather then checking pgd index. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>