• S
    sparc32: fix sparse warnings in sun4m_smp.c · b8417de3
    Sam Ravnborg 提交于
    Fix following warnings:
    sun4m_smp.c:72:13: warning: symbol 'smp4m_boot_cpus' was not declared. Should it be static?
    sun4m_smp.c:78:5: warning: symbol 'smp4m_boot_one_cpu' was not declared. Should it be static?
    sun4m_smp.c:120:13: warning: symbol 'smp4m_smp_done' was not declared. Should it be static?
    sun4m_smp.c:230:6: warning: symbol 'smp4m_cross_call_irq' was not declared. Should it be static?
    sun4m_smp.c:240:6: warning: symbol 'smp4m_percpu_timer_interrupt' was not declared. Should it be static?
    
    Add proper declarations.
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    b8417de3
kernel.h 3.9 KB