From: David Gibson Date: Tue, 8 May 2007 07:30:57 +0000 (-0700) Subject: Clean up mostly unused IOSPACE macros X-Git-Tag: v2.6.22-rc1~627 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb5e19d63cc1b09aed8aef3a20926ac435bb8e7;p=pandora-kernel.git Clean up mostly unused IOSPACE macros Most architectures defined three macros, MK_IOSPACE_PFN(), GET_IOSPACE() and GET_PFN() in pgtable.h. However, the only callers of any of these macros are in Sparc specific code, either in arch/sparc, arch/sparc64 or drivers/sbus. This patch removes the redundant macros from all architectures except sparc and sparc64. Signed-off-by: David Gibson Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed