History log of /arch/powerpc/include/asm/plpar_wrappers.h
Revision Date Author Comments
60666de2dac99777631d0df64257d7fd6a5118fe 29-May-2014 Michael Neuling <mikey@neuling.org> powerpc/pseries: Use new defines when calling H_SET_MODE

Now that we define these in the KVM code, use these defines when we call
H_SET_MODE. No functional change.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
e844b1eeae42dc93bf13e67812a95ee7b58be8c7 20-Nov-2013 Anton Blanchard <anton@samba.org> pseries: Add H_SET_MODE to change exception endianness

On little endian builds call H_SET_MODE so exceptions have the
correct endianness. We need to reset the endian during kexec
so do that in the MMU hashtable clear callback.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
212bebb4097837ec0b601c42be839c1314994dc2 22-Aug-2013 Deepthi Dharwar <deepthi@linux.vnet.ibm.com> pseries: Move plpar_wrapper.h to powerpc common include/asm location.

As a part of pseries_idle backend driver cleanup to make
the code common to both pseries and powernv platforms, it
is necessary to move the backend-driver code to drivers/cpuidle.

As a pre-requisite for that, it is essential to move plpar_wrapper.h
to include/asm.

Signed-off-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>