Re: [PATCH 5/5] KVM: x86: Clean up redundant pr_fmt(fmt) macro definition for svm

From: Paolo Bonzini
Date: Tue Aug 10 2021 - 13:51:56 EST


On 09/08/21 11:34, Like Xu wrote:
+#undef pr_fmt
+#define pr_fmt(fmt) "SVM: " fmt
+
#include <linux/kvm_types.h>

Why do you need the #undef?

Paolo