• Tejun Heo's avatar
    alpha: unbreak percpu again · 9aa7a7d5
    Tejun Heo authored
    Commit 9b8de747 ("FRV: Fix the section
    attribute on UP DECLARE_PER_CPU()") cleaned up DECLARE/DEFINE_PER_CPU()
    macros and in the process made alpha percpu.h include
    include/asm-generic/percpu.h which breaks compilation due to duplicate
    definitions.
    
    Remove inclusion of generic asm helper file and define whatever necessary
    in alpha header proper.
    
    In the longer term, percpu definitions will be unified and all these
    little subtlties will be removed.
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
    Cc: David Howells <dhowells@redhat.com>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    9aa7a7d5
percpu.h 2.56 KB