Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73359
b: refs/heads/master
c: a8fa9ba
h: refs/heads/master
i:
  73357: e411d45
  73355: ab68faa
  73351: b696f22
  73343: 0e75578
v: v3
  • Loading branch information
Kevin Hilman authored and Russell King committed Nov 8, 2007
1 parent b176918 commit 19c09b1
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: 70dfa3f8756afa106a468e81649bf0c1d7dbf99e
refs/heads/master: a8fa9ba623122a51efe6c9ef8fe7412c91582d48
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ extern struct page *empty_zero_page;
#define set_pte_ext(ptep,pte,ext) cpu_set_pte_ext(ptep,pte,ext)

#define set_pte_at(mm,addr,ptep,pteval) do { \
set_pte_ext(ptep, pteval, (addr) >= PAGE_OFFSET ? 0 : PTE_EXT_NG); \
set_pte_ext(ptep, pteval, (addr) >= TASK_SIZE ? 0 : PTE_EXT_NG); \
} while (0)

/*
Expand Down

0 comments on commit 19c09b1

Please sign in to comment.