]> err.no Git - linux-2.6/blobdiff - arch/powerpc/mm/init_32.c
au1000_eth: use 'unsigned long' for irqflags
[linux-2.6] / 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);