powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAM
[deliverable/linux.git] / arch / powerpc / mm / init_32.c
index 45418590b6a925587aa9bfb16c3e0c6eb9691524..388ceda632f346fa5314c4254512807b414802b3 100644 (file)
@@ -57,8 +57,8 @@
 
 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
 
-unsigned long total_memory;
-unsigned long total_lowmem;
+phys_addr_t total_memory;
+phys_addr_t total_lowmem;
 
 phys_addr_t memstart_addr = (phys_addr_t)~0ull;
 EXPORT_SYMBOL(memstart_addr);
This page took 0.024762 seconds and 5 git commands to generate.