Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279733
b: refs/heads/master
c: 9e95f7c
h: refs/heads/master
i:
  279731: ff5f263
v: v3
  • Loading branch information
Greg Ungerer committed Dec 30, 2011
1 parent 90237ca commit 539ab90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: bfe4375a1a184c2145ef235e782660400b005882
refs/heads/master: 9e95f7cdf5c3741ed00a298c0201d624833b4102
6 changes: 3 additions & 3 deletions trunk/arch/m68k/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#include <asm/page_offset.h>

/* PAGE_SHIFT determines the page size */
#ifndef CONFIG_SUN3
#define PAGE_SHIFT (12)
#if defined(CONFIG_SUN3) || defined(CONFIG_COLDFIRE)
#define PAGE_SHIFT 13
#else
#define PAGE_SHIFT (13)
#define PAGE_SHIFT 12
#endif
#define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1))
Expand Down

0 comments on commit 539ab90

Please sign in to comment.