Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 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: e77d15511fc4e1554c500524dd43b9c162a2d95e
refs/heads/master: ac55cdfb02133df64d4aa5571b343d4e98673b07
12 changes: 9 additions & 3 deletions trunk/arch/m68k/include/asm/page_offset.h
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
8 changes: 0 additions & 8 deletions trunk/arch/m68k/include/asm/page_offset_mm.h

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/m68k/include/asm/page_offset_no.h

This file was deleted.

0 comments on commit 4da5d68

Please sign in to comment.