diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-09-03 15:06:33 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-09-03 15:06:33 +0300 |
commit | 2db97045aa40da4312f7321845bc52b136c8603a (patch) | |
tree | 0cfa0814655b5565afae377b9b675a0ef6d50222 /arch/mips/kernel | |
parent | fb2646ab032d12ef06225c64768691c7ecc500ec (diff) | |
parent | e0d8b2ec532852d4b5aabcec3e7611848c32237d (diff) | |
download | linux-2db97045aa40da4312f7321845bc52b136c8603a.tar.xz |
Merge branch '4.2-fixes' into mips-for-linux-next
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/cps-vec.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/cps-vec.S b/arch/mips/kernel/cps-vec.S index 1b6ca634e646..9f71c06aebf6 100644 --- a/arch/mips/kernel/cps-vec.S +++ b/arch/mips/kernel/cps-vec.S @@ -152,7 +152,7 @@ dcache_done: /* Enter the coherent domain */ li t0, 0xff - PTR_S t0, GCR_CL_COHERENCE_OFS(v1) + sw t0, GCR_CL_COHERENCE_OFS(v1) ehb /* Jump to kseg0 */ @@ -302,7 +302,7 @@ LEAF(mips_cps_boot_vpes) PTR_L t0, 0(t0) /* Calculate a pointer to this cores struct core_boot_config */ - PTR_L t0, GCR_CL_ID_OFS(t0) + lw t0, GCR_CL_ID_OFS(t0) li t1, COREBOOTCFG_SIZE mul t0, t0, t1 PTR_LA t1, mips_cps_core_bootcfg |