From: David Gibson Date: Mon, 14 May 2007 01:43:20 +0000 (+1000) Subject: [POWERPC] Remove fixup_bigphys_addr() for arch/powerpc to avoid link error X-Git-Tag: v2.6.22-rc2~7^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d67b663b5ededac1b2c552b4f0b4fbe94d7ac3;p=pandora-kernel.git [POWERPC] Remove fixup_bigphys_addr() for arch/powerpc to avoid link error There are no actual implementations of fixup_bigphys_addr() in arch/powerpc, and with a 64-bit aware ioremap() and so forth, it should no longer be necessary. This patch removes the last dregs of fixup_bigphys_addr() from arch/powerpc. In fact, the only reason this hasn't caused link errors already is that nobody must have tried using one of the small number of drivers using io_remap_pfn_range() on one of the small number of platforms which are 32-bit but define CONFIG_PHYS_64BIT. Nonetheless this fixes a bug, and should go into 2.6.22. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed