]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 12 May 2014 11:34:06 +0000 (17:04 +0530)
committerAlexander Graf <agraf@suse.de>
Fri, 30 May 2014 12:26:25 +0000 (14:26 +0200)
commit2d90a666a2efb84a97dc01a5bb009f188214b510
treedca98cfc431c64d2b5a5a5b68e6f53df3a27f1c3
parent0cf929928c65677d61cbdd20de2757c8fd836e3a
KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler

Use make_dsisr instead of open coding it. This also have
the added benefit of handling alignment interrupt on additional
instructions.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/disassemble.h
arch/powerpc/kernel/align.c
arch/powerpc/kvm/book3s_emulate.c