x86/mm/pae: Get rid of set_64bit()
authorPeter Zijlstra <peterz@infradead.org>
Fri, 21 Oct 2022 11:36:24 +0000 (13:36 +0200)
committerDave Hansen <dave.hansen@linux.intel.com>
Thu, 15 Dec 2022 18:37:27 +0000 (10:37 -0800)
commitd4a72e7fe61a1ea9ad4accf3532411ca685eaead
tree58dbd4e342f31cbb412fabf323533208dafbab2f
parent9ee850acd25dc290d3cad2707e99380e372ad490
x86/mm/pae: Get rid of set_64bit()

Recognise that set_64bit() is a special case of our previously
introduced pxx_xchg64(), so use that and get rid of set_64bit().

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20221022114425.233481884%40infradead.org
arch/x86/include/asm/cmpxchg_32.h
arch/x86/include/asm/pgtable-3level.h