Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21521
b: refs/heads/master
c: b2bef44
h: refs/heads/master
i:
  21519: c6abce7
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 513b558 commit f30505e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0f05da6d577b80eb00f15994c86e4812ae60f1b9
refs/heads/master: b2bef4424cb4522f53e34d98d3deb0916478338b
4 changes: 4 additions & 0 deletions trunk/arch/sparc64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1423,8 +1423,12 @@ pgprot_t PAGE_EXEC __read_mostly;
unsigned long pg_iobits __read_mostly;

unsigned long _PAGE_IE __read_mostly;

unsigned long _PAGE_E __read_mostly;
EXPORT_SYMBOL(_PAGE_E);

unsigned long _PAGE_CACHE __read_mostly;
EXPORT_SYMBOL(_PAGE_CACHE);

static void prot_init_common(unsigned long page_none,
unsigned long page_shared,
Expand Down

0 comments on commit f30505e

Please sign in to comment.