]> www.infradead.org Git - users/dwmw2/linux.git/commit
x86/mm: Remove unused CR3_HW_ASID_BITS
authorYosry Ahmed <yosryahmed@google.com>
Thu, 25 Apr 2024 21:59:51 +0000 (21:59 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 10 Aug 2024 08:47:19 +0000 (10:47 +0200)
commit4276a0bb62598966716e1ee1ac4a64d382cc9ef7
tree43063515a77ce6c18f244b11e0c2d8a032460a3f
parent830a0d12943f53077b235f2a3caa8ab2b36475a3
x86/mm: Remove unused CR3_HW_ASID_BITS

Commit 6fd166aae78c ("x86/mm: Use/Fix PCID to optimize user/kernel
switches") removed the last usage of CR3_HW_ASID_BITS and opted to use
X86_CR3_PCID_BITS instead. Remove CR3_HW_ASID_BITS.

Signed-off-by: Yosry Ahmed <yosryahmed@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240425215951.2310105-1-yosryahmed@google.com
arch/x86/mm/tlb.c