Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112536
b: refs/heads/master
c: 01de05a
h: refs/heads/master
v: v3
  • Loading branch information
Venki Pallipadi authored and Ingo Molnar committed Aug 23, 2008
1 parent df2e0e5 commit 124e743
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: 5f310b63781f6777bf4e812570560ec0f8ea42d8
refs/heads/master: 01de05af94db5d5214b0a5e191068d19c82059a8
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ int set_memory_array_uc(unsigned long *addr, int addrinarray)

if (tmp == start)
break;
for (end = start + PAGE_SIZE; i < addrinarray - 1; end += PAGE_SIZE) {
for (end = tmp + PAGE_SIZE; i < addrinarray - 1; end += PAGE_SIZE) {
if (end != __pa(addr[i + 1]))
break;
i++;
Expand Down

0 comments on commit 124e743

Please sign in to comment.