From: Michael Ellerman Date: Wed, 3 Aug 2005 10:21:23 +0000 (+1000) Subject: [PATCH] ppc64: Remove PTRRELOC() from msChunks code X-Git-Tag: v2.6.14-rc1~1037^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e85dc18036804ada8698951cfad4e6114fec1b;p=pandora-kernel.git [PATCH] ppc64: Remove PTRRELOC() from msChunks code The msChunks code was written to work on pSeries, but now it's only used on iSeries. This means there's no need to do PTRRELOC anymore, so remove it all. A few places were getting "extern reloc_offset()" from abs_addr.h, move it into system.h instead. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed