• Sam Ravnborg's avatar
    sparc32: fix sparse warnings in sun4d_smp.c · 65199b0a
    Sam Ravnborg authored
    Fix following warnings:
    sun4d_smp.c:113:13: warning: symbol 'smp4d_boot_cpus' was not declared. Should it be static?
    sun4d_smp.c:121:5: warning: symbol 'smp4d_boot_one_cpu' was not declared. Should it be static?
    sun4d_smp.c:162:13: warning: symbol 'smp4d_smp_done' was not declared. Should it be static?
    sun4d_smp.c:353:6: warning: symbol 'smp4d_cross_call_irq' was not declared. Should it be static?
    sun4d_smp.c:363:6: warning: symbol 'smp4d_percpu_timer_interrupt' was not declared. Should it be static?
    
    Add proper declarations
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    65199b0a
smp_32.c 7.47 KB