Searched hist:d3091298570006fa538ec9beacbfb1098964962e (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | profile.h | diff d3091298570006fa538ec9beacbfb1098964962e Fri May 16 23:26:05 CEST 2014 Sam Ravnborg <sam@ravnborg.org> sparc: fix sparse warnings in smp_32.c + smp_64.c
Fix following warnings: smp_32.c:177:5: warning: symbol 'setup_profiling_timer' was not declared. Should it be static? smp_64.c:1202:5: warning: symbol 'setup_profiling_timer' was not declared. Should it be static? smp_64.c:989:6: warning: symbol 'kgdb_roundup_cpus' was not declared. Should it be static?
Add prototype to include/linux/profile.h of setup_profiling_timer Add missing include to smp_64.c
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/arch/sparc/kernel/ |
H A D | smp_32.c | diff d3091298570006fa538ec9beacbfb1098964962e Fri May 16 23:26:05 CEST 2014 Sam Ravnborg <sam@ravnborg.org> sparc: fix sparse warnings in smp_32.c + smp_64.c
Fix following warnings: smp_32.c:177:5: warning: symbol 'setup_profiling_timer' was not declared. Should it be static? smp_64.c:1202:5: warning: symbol 'setup_profiling_timer' was not declared. Should it be static? smp_64.c:989:6: warning: symbol 'kgdb_roundup_cpus' was not declared. Should it be static?
Add prototype to include/linux/profile.h of setup_profiling_timer Add missing include to smp_64.c
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|