-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b852de4e7f7d6f4373901e3a880f6f29a65e7937 | ||
refs/heads/master: bfe4375a1a184c2145ef235e782660400b005882 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |