Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11274
b: refs/heads/master
c: 485a4a9
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent f919a81 commit 3679464
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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: 750ccf687ff9adbf2a16066a3a2757d0f761384c
refs/heads/master: 485a4a928a059a361c7363e7ce0eab330a09dbd3
10 changes: 5 additions & 5 deletions trunk/include/asm-mips/mach-generic/spaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
#endif

#ifdef CONFIG_DMA_NONCOHERENT
#define CAC_BASE 0x9800000000000000
#define CAC_BASE 0x9800000000000000UL
#else
#define CAC_BASE 0xa800000000000000
#define CAC_BASE 0xa800000000000000UL
#endif
#define IO_BASE 0x9000000000000000
#define UNCAC_BASE 0x9000000000000000
#define MAP_BASE 0xc000000000000000
#define IO_BASE 0x9000000000000000UL
#define UNCAC_BASE 0x9000000000000000UL
#define MAP_BASE 0xc000000000000000UL

#define TO_PHYS(x) ( ((x) & TO_PHYS_MASK))
#define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
Expand Down
8 changes: 4 additions & 4 deletions trunk/include/asm-mips/mach-ip32/spaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
#define HIGHMEM_START (1UL << 59UL)
#endif

#define CAC_BASE 0x9800000000000000
#define IO_BASE 0x9000000000000000
#define UNCAC_BASE 0x9000000000000000
#define MAP_BASE 0xc000000000000000
#define CAC_BASE 0x9800000000000000UL
#define IO_BASE 0x9000000000000000UL
#define UNCAC_BASE 0x9000000000000000UL
#define MAP_BASE 0xc000000000000000UL

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

0 comments on commit 3679464

Please sign in to comment.