[PARISC] Use F_EXTEND() for COMMAND_GLOBAL
authorKyle McMartin <kyle@parisc-linux.org>
Sat, 14 Jan 2006 05:05:21 +0000 (22:05 -0700)
committerKyle McMartin <kyle@duet.int.mcmartin.ca>
Mon, 23 Jan 2006 01:26:41 +0000 (20:26 -0500)
commit10992092a8a6e445199f30e56789322851479019
tree22bee56057fd82642b641e0c2ae72bb7d0f2508d
parent370361f884c032216ece841ac5328393b136f0bb
[PARISC] Use F_EXTEND() for COMMAND_GLOBAL

Instead of wrapping the define of COMMAND_GLOBAL in #ifdef __LP64__
use the F_EXTEND() macro defined in asm/io.h, which is the preferred
way of extending mmio space addresses for either 32 or 64 bit machines.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/process.c