projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11dd6ac
)
KVM: PPC: Fix debug macros
author
Alexey Kardashevskiy
<aik@ozlabs.ru>
Fri, 29 Apr 2016 04:57:23 +0000
(14:57 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 11 May 2016 11:19:10 +0000
(21:19 +1000)
When XICS_DBG is enabled, gcc produces format errors. This fixes
formats to match passed values types.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kvm/book3s_xics.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kvm/book3s_xics.c
b/arch/powerpc/kvm/book3s_xics.c
index 46871d554057a7e841af248d09e05779513b9506..95896d7543b47e0c219ed01a469f044556815609 100644
(file)
--- a/
arch/powerpc/kvm/book3s_xics.c
+++ b/
arch/powerpc/kvm/book3s_xics.c
@@
-280,7
+280,7
@@
static inline bool icp_try_update(struct kvmppc_icp *icp,
if (!success)
goto bail;
- XICS_DBG("UPD [%04x] - C:%02x M:%02x PP: %02x PI:%06x R:%d O:%d\n",
+ XICS_DBG("UPD [%04
l
x] - C:%02x M:%02x PP: %02x PI:%06x R:%d O:%d\n",
icp->server_num,
old.cppr, old.mfrr, old.pending_pri, old.xisr,
old.need_resend, old.out_ee);
@@
-336,7
+336,7
@@
static bool icp_try_to_deliver(struct kvmppc_icp *icp, u32 irq, u8 priority,
union kvmppc_icp_state old_state, new_state;
bool success;
- XICS_DBG("try deliver %#x(P:%#x) to server %#x\n", irq, priority,
+ XICS_DBG("try deliver %#x(P:%#x) to server %#
l
x\n", irq, priority,
icp->server_num);
do {