From: Michael Neuling Date: Fri, 9 Aug 2013 07:29:27 +0000 (+1000) Subject: powerpc: Fix hypervisor facility unavaliable vector number X-Git-Tag: v3.11-rc5~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f094120bd2f012ff494ae50a8d4e0d8af8f69e;p=pandora-kernel.git powerpc: Fix hypervisor facility unavaliable vector number Currently if we take hypervisor facility unavaliable (from 0xf80/0x4f80) we mark it as an OS facility unavaliable (0xf60) as the two share the same code path. The becomes a problem in facility_unavailable_exception() as we aren't able to see the hypervisor facility unavailable exceptions. Below fixes this by duplication the required macros. Signed-off-by: Michael Neuling Cc: [v3.10] Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed