aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-25 07:08:16 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-25 07:08:16 -0400
commit10a010f6953b5a14ba2f0be40a4fce1bea220875 (patch)
tree19aadf718c796bc7fae0a1a1c970d84d67c541d4 /arch/x86/kernel/paravirt.c
parent510b37258dfd61693ca6c039865c78bd996e3718 (diff)
parentfb2e405fc1fc8b20d9c78eaa1c7fd5a297efde43 (diff)
Merge branch 'linus' into x86/x2apic
Conflicts: drivers/pci/dmar.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/paravirt.c')
-rw-r--r--arch/x86/kernel/paravirt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c
index 00c53a049756..5744789a78f4 100644
--- a/arch/x86/kernel/paravirt.c
+++ b/arch/x86/kernel/paravirt.c
@@ -441,7 +441,7 @@ struct pv_mmu_ops pv_mmu_ops = {
441#endif /* PAGETABLE_LEVELS >= 3 */ 441#endif /* PAGETABLE_LEVELS >= 3 */
442 442
443 .pte_val = native_pte_val, 443 .pte_val = native_pte_val,
444 .pte_flags = native_pte_val, 444 .pte_flags = native_pte_flags,
445 .pgd_val = native_pgd_val, 445 .pgd_val = native_pgd_val,
446 446
447 .make_pte = native_make_pte, 447 .make_pte = native_make_pte,