Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48487
b: refs/heads/master
c: 22c5ace
h: refs/heads/master
i:
  48485: 0f87eba
  48483: 735faa3
  48479: bc7a49d
v: v3
  • Loading branch information
Jan Beulich authored and Andi Kleen committed Feb 13, 2007
1 parent 1613081 commit ff0d9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98838ec984b78c625bbf9a5daaf001cd216b8f86
refs/heads/master: 22c5ace7290b792faf64ffe90cf933950fbf52db
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/sysenter.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int __init sysenter_setup(void)
syscall_pages[0] = virt_to_page(syscall_page);

#ifdef CONFIG_COMPAT_VDSO
__set_fixmap(FIX_VDSO, __pa(syscall_page), PAGE_READONLY);
__set_fixmap(FIX_VDSO, __pa(syscall_page), PAGE_READONLY_EXEC);
printk("Compat vDSO mapped to %08lx.\n", __fix_to_virt(FIX_VDSO));
#endif

Expand Down

0 comments on commit ff0d9c5

Please sign in to comment.