X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-iop3xx%2Fmemory.h;fp=include%2Fasm-arm%2Farch-iop3xx%2Fmemory.h;h=bc62f4b132359f31e67ba5ecf613745cc7f2d132;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=dc4735cb0c10402273d8815578269e52ebcf278b;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-arm/arch-iop3xx/memory.h b/include/asm-arm/arch-iop3xx/memory.h index dc4735cb0..bc62f4b13 100644 --- a/include/asm-arm/arch-iop3xx/memory.h +++ b/include/asm-arm/arch-iop3xx/memory.h @@ -12,9 +12,9 @@ * Physical DRAM offset. */ #ifndef CONFIG_ARCH_IOP331 -#define PHYS_OFFSET (0xa0000000UL) +#define PHYS_OFFSET UL(0xa0000000) #else -#define PHYS_OFFSET (0x00000000UL) +#define PHYS_OFFSET UL(0x00000000) #endif /* @@ -36,6 +36,4 @@ #endif -#define PFN_TO_NID(addr) (0) - #endif