]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tracing/branch-tracer: include missing irqflags.h
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 29 Nov 2008 03:12:46 +0000 (04:12 +0100)
committerIngo Molnar <mingo@elte.hu>
Sat, 29 Nov 2008 09:11:54 +0000 (10:11 +0100)
commit65c6dc6adbe7ee0acf207445243400a68c77af15
treeb9b2285c31982b55ee77200a8b4dd04a27f3e224
parentc7cc77307669336a08928ab8668bdb3f3bcc021b
tracing/branch-tracer: include missing irqflags.h

Impact: fix build error on branch tracer

This should fix a build error reported on alpha in linux-next:

 CC      kernel/trace/trace_branch.o
  kernel/trace/trace_branch.c: In function 'probe_likely_condition':
  kernel/trace/trace_branch.c:44: error: implicit declaration of function 'raw_local_irq_save'
  kernel/trace/trace_branch.c:76: error: implicit declaration of function 'raw_local_irq_restore'

Unfortunately, I can't test it since I don't have any Alpha build environment.

Reported-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace_branch.c