• T
    alpha: unbreak percpu again · 9aa7a7d5
    Tejun Heo 提交于
    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: NTejun 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: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    9aa7a7d5
percpu.h 2.6 KB