Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56035
b: refs/heads/master
c: fd0581b
h: refs/heads/master
i:
  56033: 6f68759
  56031: 5ea7256
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed May 11, 2007
1 parent c13c891 commit 5b5083d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1f8a6b658a943b4f04a1fc7b3a420360202c86cd
refs/heads/master: fd0581bbb40d8f4b0e4b3a4de2258a50df37bb57
4 changes: 3 additions & 1 deletion trunk/arch/i386/kernel/verify_cpu.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ verify_cpu:

#if CONFIG_X86_MINIMUM_CPU_MODEL >= 4
pushfl
orl $(1<<18),(%esp) # try setting AC
pop %eax
orl $(1<<18),%eax # try setting AC
push %eax
popfl
pushfl
popl %eax
Expand Down

0 comments on commit 5b5083d

Please sign in to comment.