From 4926616c77435e735c59288f838e7761baec4a6c Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Tue, 20 May 2014 11:01:28 +1000 Subject: [PATCH] powerpc/powernv: Add calls to support little endian host When running as a powernv "host" system on P8, we need to switch the endianness of interrupt handlers. This does it via the appropriate call to the OPAL firmware which may result in just switching HID0:HILE but depending on the processor version might need to do a few more things. This call must be done early before any other processor has been brought out of firmware. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Andy Whitcroft Signed-off-by: Benjamin Herrenschmidt --- Reading git-format-patch failed