-
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: 139967 b: refs/heads/master c: ac55cdf h: refs/heads/master i: 139965: ac04f28 139963: c073880 139959: a1cd24f 139951: 974d7e3 139935: 332886f 139903: 2158388 v: v3
- Loading branch information
Greg Ungerer
committed
Mar 24, 2009
1 parent
5c8b119
commit 4da5d68
Showing
4 changed files
with
10 additions
and
17 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: e77d15511fc4e1554c500524dd43b9c162a2d95e | ||
refs/heads/master: ac55cdfb02133df64d4aa5571b343d4e98673b07 |
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,5 +1,11 @@ | ||
#ifdef __uClinux__ | ||
#include "page_offset_no.h" | ||
/* This handles the memory map.. */ | ||
|
||
#ifdef CONFIG_MMU | ||
#ifndef CONFIG_SUN3 | ||
#define PAGE_OFFSET_RAW 0x00000000 | ||
#else | ||
#include "page_offset_mm.h" | ||
#define PAGE_OFFSET_RAW 0x0E000000 | ||
#endif | ||
#else | ||
#define PAGE_OFFSET_RAW CONFIG_RAMBASE | ||
#endif |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.