diff options
Diffstat (limited to 'include/asm-mips/mach-pnx8550')
-rw-r--r-- | include/asm-mips/mach-pnx8550/kernel-entry-init.h | 2 | ||||
-rw-r--r-- | include/asm-mips/mach-pnx8550/uart.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/mach-pnx8550/kernel-entry-init.h b/include/asm-mips/mach-pnx8550/kernel-entry-init.h index 982079f410b5..bdde00c9199b 100644 --- a/include/asm-mips/mach-pnx8550/kernel-entry-init.h +++ b/include/asm-mips/mach-pnx8550/kernel-entry-init.h | |||
@@ -44,7 +44,7 @@ cache_begin: li t0, (1<<28) | |||
44 | mfc0 t0, CP0_CONFIG, 7 | 44 | mfc0 t0, CP0_CONFIG, 7 |
45 | HAZARD_CP0 | 45 | HAZARD_CP0 |
46 | 46 | ||
47 | and t0,~((1<<19) | (1<<20)) /* TLB/MAP cleared */ | 47 | and t0, ~((1<<19) | (1<<20)) /* TLB/MAP cleared */ |
48 | mtc0 t0, CP0_CONFIG, 7 | 48 | mtc0 t0, CP0_CONFIG, 7 |
49 | HAZARD_CP0 | 49 | HAZARD_CP0 |
50 | 50 | ||
diff --git a/include/asm-mips/mach-pnx8550/uart.h b/include/asm-mips/mach-pnx8550/uart.h index 814a7a15ab49..ad7608d44874 100644 --- a/include/asm-mips/mach-pnx8550/uart.h +++ b/include/asm-mips/mach-pnx8550/uart.h | |||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | /* early macros needed for prom/kgdb */ | 16 | /* early macros needed for prom/kgdb */ |
17 | 17 | ||
18 | #define ip3106_lcr(base,port) *(volatile u32 *)(base+(port*0x1000) + 0x000) | 18 | #define ip3106_lcr(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x000) |
19 | #define ip3106_mcr(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x004) | 19 | #define ip3106_mcr(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x004) |
20 | #define ip3106_baud(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x008) | 20 | #define ip3106_baud(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x008) |
21 | #define ip3106_cfg(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x00C) | 21 | #define ip3106_cfg(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x00C) |