Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336001
b: refs/heads/master
c: caaa8c6
h: refs/heads/master
i:
  335999: 7aaa5b1
v: v3
  • Loading branch information
Cesar Eduardo Barros authored and Matt Fleming committed Nov 20, 2012
1 parent 5f4bc70 commit 7b140a7
Show file tree
Hide file tree
Showing 3 changed files with 2 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: ddd32b4289a6feda9ad9e68b0d85641c389a72ba
refs/heads/master: caaa8c6339ccefee6e834c4a8b0bec7e721e7357
3 changes: 0 additions & 3 deletions trunk/arch/x86/boot/header.S
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,3 @@ die:
setup_corrupt:
.byte 7
.string "No setup signature found...\n"

.data
dummy: .long 0
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start,
}

if (end == TLB_FLUSH_ALL || tlb_flushall_shift == -1
|| vmflag & VM_HUGETLB) {
|| vmflag == VM_HUGETLB) {
local_flush_tlb();
goto flush_all;
}
Expand Down

0 comments on commit 7b140a7

Please sign in to comment.