Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73377
b: refs/heads/master
c: ac11584
h: refs/heads/master
i:
  73375: 1063f92
v: v3
  • Loading branch information
Paul Mundt committed Nov 7, 2007
1 parent 06bedb3 commit 74adf73
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: c7a0e13d0a5316587da0b6d8b3291a473a7df453
refs/heads/master: ac11584ccbd14aadcc6613598f3bac4589ea3a11
4 changes: 3 additions & 1 deletion trunk/include/asm-sh/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)];
#define PAGE_KERNEL __pgprot(0)
#define PAGE_KERNEL_NOCACHE __pgprot(0)
#define PAGE_KERNEL_RO __pgprot(0)
#define PAGE_KERNEL_PCC __pgprot(0)

#define PAGE_KERNEL_PCC(slot, type) \
__pgprot(0)
#endif

#endif /* __ASSEMBLY__ */
Expand Down

0 comments on commit 74adf73

Please sign in to comment.