Skip to content

Commit

Permalink
Define MAP_BASE for IP27
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent c4ed38a commit 1f82bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-mips/mach-ip27/spaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#define IO_BASE 0x9200000000000000
#define MSPEC_BASE 0x9400000000000000
#define UNCAC_BASE 0x9600000000000000
#define MAP_BASE 0xc000000000000000

#define TO_PHYS(x) ( ((x) & TO_PHYS_MASK))
#define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
Expand Down

0 comments on commit 1f82bdb

Please sign in to comment.