summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-04-10 22:18:55 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-04-11 15:39:51 +0200
commit9fcb705929fb476d48ff47a54a67e9da659f10c5 (patch)
tree9f34de6ffb933f2681766f246944c6d2391d7abe /tools/perf/scripts/python
parent1186e4e904839955e5d2be94f50e0a363cb5651b (diff)
downloadkernel-9fcb705929fb476d48ff47a54a67e9da659f10c5.tar.gz
IP27: Make declaration and definition of rt_timer_irq match.
Without, the LTO compiler will complain: [...] LD init/built-in.o LDFINAL vmlinux.o arch/mips/sgi-ip27/ip27-irq.c:379:22: warning: type of ‘rt_timer_irq’ does not match original declaration [enabled by default] extern unsigned int rt_timer_irq; ^ arch/mips/sgi-ip27/ip27-timer.c:72:5: note: previously declared here int rt_timer_irq; ^ MODPOST vmlinux.o [...] And without LTO, it's still good stile to things match. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
uild?h=master&id=6806afc9aa1000db598e31164d2ef505be3b3075'>net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell 2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra 2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller 2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra 2013-05-09ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta 2013-02-15ARC: UAPI Disintegrate arch/arc/include/asmVineet Gupta 2013-02-15ARC: Unaligned access emulationVineet Gupta 2013-02-15ARC: [optim] Cache "current" in Register r25Vineet Gupta 2013-02-11ARC: Build system: Makefiles, Kconfig, Linker scriptVineet Gupta 2013-01-28ARC: Generic HeadersVineet Gupta