• M
    locking: Introduce sync_core_before_usermode() · e61938a9
    Mathieu Desnoyers 提交于
    Introduce an architecture function that ensures the current CPU
    issues a core serializing instruction before returning to usermode.
    
    This is needed for the membarrier "sync_core" command.
    
    Architectures defining the sync_core_before_usermode() static inline
    need to select ARCH_HAS_SYNC_CORE_BEFORE_USERMODE.
    Signed-off-by: NMathieu Desnoyers <mathieu.desnoyers@efficios.com>
    Acked-by: NThomas Gleixner <tglx@linutronix.de>
    Acked-by: NPeter Zijlstra (Intel) <peterz@infradead.org>
    Cc: Andrea Parri <parri.andrea@gmail.com>
    Cc: Andrew Hunter <ahh@google.com>
    Cc: Andy Lutomirski <luto@kernel.org>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Avi Kivity <avi@scylladb.com>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Boqun Feng <boqun.feng@gmail.com>
    Cc: Dave Watson <davejwatson@fb.com>
    Cc: David Sehr <sehr@google.com>
    Cc: Greg Hackmann <ghackmann@google.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Maged Michael <maged.michael@gmail.com>
    Cc: Michael Ellerman <mpe@ellerman.id.au>
    Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Russell King <linux@armlinux.org.uk>
    Cc: Will Deacon <will.deacon@arm.com>
    Cc: linux-api@vger.kernel.org
    Cc: linux-arch@vger.kernel.org
    Link: http://lkml.kernel.org/r/20180129202020.8515-7-mathieu.desnoyers@efficios.comSigned-off-by: NIngo Molnar <mingo@kernel.org>
    e61938a9
Kconfig 59.4 KB