KVM: x86: Remove PRIx* definitions as they are solely for user space
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 16 Jun 2023 15:02:33 +0000 (18:02 +0300)
committerSean Christopherson <seanjc@google.com>
Fri, 16 Jun 2023 19:12:10 +0000 (12:12 -0700)
commitfb1273635f8c38df18483ffcd038a5b792dfcc94
tree08e50297ebefc5e9703f43243b09b27762c480c5
parenta30642570855faa1992f333ce5cb60351b0a37da
KVM: x86: Remove PRIx* definitions as they are solely for user space

In the Linux kernel we do not support PRI.64 specifiers.
Moreover they seem not to be used anyway here. Drop them.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230616150233.83813-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/lapic.c