x86_64: Remove pointless set_64bit() usage
authorPeter Zijlstra <peterz@infradead.org>
Fri, 21 Oct 2022 12:11:38 +0000 (14:11 +0200)
committerDave Hansen <dave.hansen@linux.intel.com>
Thu, 15 Dec 2022 18:37:27 +0000 (10:37 -0800)
commit9ee850acd25dc290d3cad2707e99380e372ad490
tree581123c84fbb4f2301cea277739be264c5741a95
parentb7301f20105a27112f7ca8040cfb0b0505a32fbd
x86_64: Remove pointless set_64bit() usage

The use of set_64bit() in X86_64 only code is pretty pointless, seeing
how it's a direct assignment. Remove all this nonsense.

[nathanchance: unbreak irte]
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20221022114425.168036718%40infradead.org
arch/um/include/asm/pgtable-3level.h
arch/x86/include/asm/cmpxchg_64.h
drivers/iommu/intel/irq_remapping.c