Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212863
b: refs/heads/master
c: 689fd14
h: refs/heads/master
i:
  212861: 400c55b
  212859: 798b9d2
  212855: 81d14f5
  212847: 520b63b
  212831: 127fd28
  212799: bf25631
  212735: 2a49a03
v: v3
  • Loading branch information
Joe Perches authored and Benjamin Herrenschmidt committed Oct 13, 2010
1 parent 7786956 commit b277bf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4e74fd7d0a6eda70f9356c113450182a844abcf1
refs/heads/master: 689fd14ae9b2af5c6862ddc11d4791ec9a938cb3
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu)
/* this default type might be overwritten by subcategories */
kvmppc_set_exit_type(vcpu, EMULATED_INST_EXITS);

pr_debug(KERN_INFO "Emulating opcode %d / %d\n", get_op(inst), get_xop(inst));
pr_debug("Emulating opcode %d / %d\n", get_op(inst), get_xop(inst));

switch (get_op(inst)) {
case OP_TRAP:
Expand Down Expand Up @@ -275,7 +275,7 @@ int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu)
{
u64 jd = get_tb() - vcpu->arch.dec_jiffies;
kvmppc_set_gpr(vcpu, rt, vcpu->arch.dec - jd);
pr_debug(KERN_INFO "mfDEC: %x - %llx = %lx\n",
pr_debug("mfDEC: %x - %llx = %lx\n",
vcpu->arch.dec, jd,
kvmppc_get_gpr(vcpu, rt));
break;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/pmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static void pmi_notify_handlers(struct work_struct *work)

spin_lock(&data->handler_spinlock);
list_for_each_entry(handler, &data->handler, node) {
pr_debug(KERN_INFO "pmi: notifying handler %p\n", handler);
pr_debug("pmi: notifying handler %p\n", handler);
if (handler->type == data->msg.type)
handler->handle_pmi_message(data->msg);
}
Expand Down

0 comments on commit b277bf5

Please sign in to comment.