Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309165
b: refs/heads/master
c: 34d0b02
h: refs/heads/master
i:
  309163: b9a5d1f
v: v3
  • Loading branch information
Jarkko Sakkinen authored and H. Peter Anvin committed May 11, 2012
1 parent 8c0e2da commit b6248a4
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: 0f6f11eb00830fa691c16084048f53d83c5c3a5d
refs/heads/master: 34d0b02e08470c56a411ba6da1f377bc6da02826
2 changes: 1 addition & 1 deletion trunk/arch/x86/realmode/rm/reboot_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ machine_real_restart_asm16:
movl %edx, %cr0
movl %ecx, %cr3
movl %cr0, %edx
andl $0x60000000, %edx /* If no cache bits -> no wbinvd */
testl $0x60000000, %edx /* If no cache bits -> no wbinvd */
jz 2f
wbinvd
2:
Expand Down

0 comments on commit b6248a4

Please sign in to comment.