ARM: orion: Rename some constants to macros to make code more identical
authorAndrew Lunn <andrew@lunn.ch>
Sun, 15 May 2011 11:32:40 +0000 (13:32 +0200)
committerNicolas Pitre <nico@fluxnic.net>
Mon, 16 May 2011 18:46:17 +0000 (14:46 -0400)
commit5c60255149eece2a36ec9f5c99817b85f96fe8ec
tree471a8786818c2637f736e54b4f538a6692cc0578
parente59347a1d15c0b1d9fdc510520f8fa78d7d19a5b
ARM: orion: Rename some constants to macros to make code more identical

Changing eg 0xffffffff to DMA_BIT_MASK(32) etc allows easier
side by side comparision of identical code which can be consolidated.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
arch/arm/mach-dove/common.c
arch/arm/mach-kirkwood/common.c
arch/arm/mach-loki/common.c
arch/arm/mach-mv78xx0/common.c
arch/arm/mach-orion5x/common.c
This page took 0.038935 seconds and 5 git commands to generate.