projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd786dd
)
x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags
author
Eduardo Habkost
<ehabkost@redhat.com>
Thu, 24 Jul 2008 15:15:45 +0000
(12:15 -0300)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 6 Sep 2008 18:13:58 +0000
(20:13 +0200)
Using native_pte_val triggers the BUG_ON() in the paravirt_ops
version of pte_flags().
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/xen/enlighten.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/xen/enlighten.c
b/arch/x86/xen/enlighten.c
index 9ff6e3cbf08feaf41c36d9a48c46ae45a105174e..a4e201b47f64ec1fbaf5075da3254c6b72f109b1 100644
(file)
--- a/
arch/x86/xen/enlighten.c
+++ b/
arch/x86/xen/enlighten.c
@@
-1324,7
+1324,7
@@
static const struct pv_mmu_ops xen_mmu_ops __initdata = {
.ptep_modify_prot_commit = __ptep_modify_prot_commit,
.pte_val = xen_pte_val,
- .pte_flags = native_pte_
val
,
+ .pte_flags = native_pte_
flags
,
.pgd_val = xen_pgd_val,
.make_pte = xen_make_pte,