Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82851
b: refs/heads/master
c: f832ff1
h: refs/heads/master
i:
  82849: d64bd28
  82847: 17c8f5c
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Feb 4, 2008
1 parent 2041bbb commit 0860e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 8da804f2b23913ef362c6a578bf482e5ccc93d1a
refs/heads/master: f832ff18e886ada0ff30a1edeab082ce218d107e
6 changes: 2 additions & 4 deletions trunk/arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <linux/initrd.h>
#include <linux/cpumask.h>

#include <asm/asm.h>
#include <asm/processor.h>
#include <asm/system.h>
#include <asm/uaccess.h>
Expand Down Expand Up @@ -718,10 +719,7 @@ static noinline int do_test_wp_bit(void)
"1: movb %1, %0 \n"
" xorl %2, %2 \n"
"2: \n"
".section __ex_table, \"a\"\n"
" .align 4 \n"
" .long 1b, 2b \n"
".previous \n"
_ASM_EXTABLE(1b,2b)
:"=m" (*(char *)fix_to_virt(FIX_WP_TEST)),
"=q" (tmp_reg),
"=r" (flag)
Expand Down

0 comments on commit 0860e42

Please sign in to comment.