提交 689fd14a 编写于 作者: J Joe Perches 提交者: Benjamin Herrenschmidt

powerpc: Remove pr_<level> uses of KERN_<level>

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 4e74fd7d
...@@ -145,7 +145,7 @@ int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu) ...@@ -145,7 +145,7 @@ int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu)
/* this default type might be overwritten by subcategories */ /* this default type might be overwritten by subcategories */
kvmppc_set_exit_type(vcpu, EMULATED_INST_EXITS); 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)) { switch (get_op(inst)) {
case OP_TRAP: case OP_TRAP:
...@@ -275,7 +275,7 @@ int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu) ...@@ -275,7 +275,7 @@ int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu)
{ {
u64 jd = get_tb() - vcpu->arch.dec_jiffies; u64 jd = get_tb() - vcpu->arch.dec_jiffies;
kvmppc_set_gpr(vcpu, rt, vcpu->arch.dec - jd); 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, vcpu->arch.dec, jd,
kvmppc_get_gpr(vcpu, rt)); kvmppc_get_gpr(vcpu, rt));
break; break;
......
...@@ -114,7 +114,7 @@ static void pmi_notify_handlers(struct work_struct *work) ...@@ -114,7 +114,7 @@ static void pmi_notify_handlers(struct work_struct *work)
spin_lock(&data->handler_spinlock); spin_lock(&data->handler_spinlock);
list_for_each_entry(handler, &data->handler, node) { 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) if (handler->type == data->msg.type)
handler->handle_pmi_message(data->msg); handler->handle_pmi_message(data->msg);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册