linux/arch/arm/mach-orion5x/include/mach
Thomas Petazzoni 2332656aec arm: mach-orion5x: use plus instead of or for address definitions
Since we are going to use IOMEM() to define many base virtual
addresses, we can no longer use binary or to define the individual
register addresses ("binary or" arithmetic on pointers is not
allowed). Instead, use the more conventional plus operator to do so.

The binary or operators were actually not useful because the low-order
bits of the base address were always zero, so the usage of the binary
or operators was effectively identical to a plus operator.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2012-09-21 18:03:14 +00:00
..
bridge-regs.h arm: mach-orion5x: use plus instead of or for address definitions 2012-09-21 18:03:14 +00:00
debug-macro.S ARM: add an extra temp register to the low level debugging addruart macro 2011-09-26 10:11:25 -04:00
entry-macro.S ARM: remove disable_fiq and arch_ret_to_user macros 2012-02-21 17:05:18 -06:00
gpio.h ARM: Remove dependency of plat-orion GPIO code on mach directory includes. 2011-03-03 16:27:02 -05:00
hardware.h ARM: set vga memory base at run-time 2011-07-12 11:19:29 -05:00
io.h ARM: Orion5x - Restore parts of io.h, with rework 2012-06-23 16:18:17 -07:00
irqs.h [ARM] Orion: share GPIO handling code 2008-12-20 12:21:02 -05:00
orion5x.h arm: mach-orion5x: use plus instead of or for address definitions 2012-09-21 18:03:14 +00:00
timex.h [ARM] Orion: prepare for runtime-determined timer tick rate 2008-09-25 16:26:44 -04:00
uncompress.h