Messages in this thread |  | | From | Ingo Molnar <> | Subject | [PATCH 0/3] x86 cleanups of leftover code | Date | Fri, 24 Jul 2020 13:44:15 +0200 |
| |
Remove a couple of stray defines I noticed, with a bit of Git history archeology to make sure they won't be used in the future either.
Ingo Molnar (3): x86/ioapic: Remove unused "IOAPIC_AUTO" define x86/tsc: Remove unused "US_SCALE" and "NS_SCALE" leftover macros x86/mm: Remove the unused mk_kernel_pgd() #define
arch/x86/include/asm/io_apic.h | 1 - arch/x86/include/asm/pgtable_64.h | 11 ++++------- arch/x86/include/asm/tsc.h | 3 --- 3 files changed, 4 insertions(+), 11 deletions(-)
-- 2.25.1
|  |