From: Michael Ellerman Date: Tue, 25 Jun 2013 07:47:56 +0000 (+1000) Subject: powerpc: Rename and flesh out the facility unavailable exception handler X-Git-Tag: v3.11-rc1~94^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021424a1fce335e05807fd770eb8e1da30a63eea;p=pandora-kernel.git powerpc: Rename and flesh out the facility unavailable exception handler The exception at 0xf60 is not the TM (Transactional Memory) unavailable exception, it is the "Facility Unavailable Exception", rename it as such. Flesh out the handler to acknowledge the fact that it can be called for many reasons, one of which is TM being unavailable. Use STD_EXCEPTION_COMMON() for the exception body, for some reason we had it open-coded, I've checked the generated code is identical. Signed-off-by: Michael Ellerman CC: [v3.10] Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed