Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279732
b: refs/heads/master
c: bfe4375
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Dec 30, 2011
1 parent ff5f263 commit 90237ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: b852de4e7f7d6f4373901e3a880f6f29a65e7937
refs/heads/master: bfe4375a1a184c2145ef235e782660400b005882
10 changes: 4 additions & 6 deletions trunk/arch/m68k/include/asm/page_offset.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* This handles the memory map.. */

#ifdef CONFIG_MMU
#ifndef CONFIG_SUN3
#define PAGE_OFFSET_RAW 0x00000000
#else
#if defined(CONFIG_RAMBASE)
#define PAGE_OFFSET_RAW CONFIG_RAMBASE
#elif defined(CONFIG_SUN3)
#define PAGE_OFFSET_RAW 0x0E000000
#endif
#else
#define PAGE_OFFSET_RAW CONFIG_RAMBASE
#define PAGE_OFFSET_RAW 0x00000000
#endif

0 comments on commit 90237ca

Please sign in to comment.