MIPS: CPC: Fix type for GCR CPC base reg for 64-bit
[deliverable/linux.git] / arch / mips / kernel / mips-cpc.c
index 11964501c4b05624387a0c9a203b51259ea2d53a..e05aca41e087ee8904ce39149c95aec49f37e7d8 100644 (file)
@@ -23,7 +23,7 @@ static DEFINE_PER_CPU_ALIGNED(unsigned long, cpc_core_lock_flags);
 
 phys_addr_t __weak mips_cpc_phys_base(void)
 {
-       u32 cpc_base;
+       unsigned long cpc_base;
 
        if (!mips_cm_present())
                return 0;
This page took 0.02475 seconds and 5 git commands to generate.