From: Kyle McMartin Date: Sat, 14 Jan 2006 05:05:21 +0000 (-0700) Subject: [PARISC] Use F_EXTEND() for COMMAND_GLOBAL X-Git-Tag: v2.6.16-rc3~205^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10992092a8a6e445199f30e56789322851479019;p=pandora-kernel.git [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 --- Reading git-diff-tree failed