Skip to content

Commit fb12736

Browse files
andy-shevsean-jc
authored andcommitted
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>
1 parent a306425 commit fb12736

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/x86/kvm/lapic.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
#define mod_64(x, y) ((x) % (y))
5252
#endif
5353

54-
#define PRId64 "d"
55-
#define PRIx64 "llx"
56-
#define PRIu64 "u"
57-
#define PRIo64 "o"
58-
5954
/* 14 is the version for Xeon and Pentium 8.4.8*/
6055
#define APIC_VERSION 0x14UL
6156
#define LAPIC_MMIO_LENGTH (1 << 12)

0 commit comments

Comments
 (0)