mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 20:54:10 +08:00
Make UL what should be UL.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
750ccf687f
commit
485a4a928a
@ -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))
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user