From: Ian Munsie Date: Thu, 8 Nov 2012 05:03:14 +0000 (+1100) Subject: powerpc: Enable relocation on during exceptions at boot X-Git-Tag: v3.8-rc1~68^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8effa4e46fb7bd8a3c5e293efc56b74a54b7a5;p=pandora-kernel.git powerpc: Enable relocation on during exceptions at boot We currently do this synchronously at boot from setup_arch. On a large system this could hypothetically take a little while to complete, so currently we will give up if we are asked to wait for more than a second in total. If we actually start hitting that timeout in practice we can always move this code into a kernel thread to take care of it in the background. Signed-off-by: Ian Munsie Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed