x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()
authorAndy Lutomirski <luto@kernel.org>
Fri, 3 Jul 2020 17:02:58 +0000 (10:02 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 6 Jul 2020 19:15:52 +0000 (21:15 +0200)
commitb037b09b9058d84882fa2c4db3806433e2b0f912
treed4ceda4eccafa79f717532ff49a96ed5bd534a36
parentdcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258
x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()

They were originally called _cond_rcu because they were special versions
with conditional RCU handling.  Now they're the standard entry and exit
path, so the _cond_rcu part is just confusing.  Drop it.

Also change the signature to make them more extensible and more foolproof.

No functional change -- it's pure refactoring.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/247fc67685263e0b673e1d7f808182d28ff80359.1593795633.git.luto@kernel.org
arch/x86/entry/common.c
arch/x86/include/asm/idtentry.h
arch/x86/kernel/kvm.c
arch/x86/kernel/traps.c
arch/x86/mm/fault.c