KVM: PPC: Unify kvmppc_get_last_inst and sc
authorAlexander Graf <agraf@suse.de>
Thu, 9 Jan 2014 10:10:44 +0000 (11:10 +0100)
committerAlexander Graf <agraf@suse.de>
Thu, 9 Jan 2014 10:10:46 +0000 (11:10 +0100)
We had code duplication between the inline functions to get our last
instruction on normal interrupts and system call interrupts. Unify
both helper functions towards a single implementation.

Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found