• H
    locking: Simplify spinlock inlining · bb7bed08
    Heiko Carstens 提交于
    For !DEBUG_SPINLOCK && !PREEMPT && SMP the spin_unlock()
    functions were always inlined by using special defines which
    would call the __raw* functions.
    
    The out-of-line variants for these functions would be generated
    anyway.
    
    Use the new per unlock/locking variant mechanism to force
    inlining of the unlock functions like before. This is not a
    functional change, we just get rid of one additional way to
    force inlining.
    Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
    Acked-by: NPeter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Nick Piggin <nickpiggin@yahoo.com.au>
    Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
    Cc: Horst Hartmann <horsth@linux.vnet.ibm.com>
    Cc: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: David Miller <davem@davemloft.net>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Geert Uytterhoeven <geert@linux-m68k.org>
    Cc: Roman Zippel <zippel@linux-m68k.org>
    Cc: <linux-arch@vger.kernel.org>
    LKML-Reference: <20090831124418.848735034@de.ibm.com>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    bb7bed08
spinlock.h 10.7 KB