diff options
| author | Heiko Carstens <[email protected]> | 2009-04-29 13:51:39 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-04-29 14:06:21 +0200 |
| commit | a0e39ed378fb6ba916522764cd508fa7d42ad495 (patch) | |
| tree | e696fef3ec7daebb8861e002b3e7432a209baae4 /include/linux | |
| parent | 8b3725621074040d380664964ffbc40610aef8c6 (diff) | |
tracing: fix build failure on s390
"tracing: create automated trace defines" causes this compile error on s390,
as reported by Sachin Sant against linux-next:
kernel/built-in.o: In function `__do_softirq':
(.text+0x1c680): undefined reference to `__tracepoint_softirq_entry'
This happens because the definitions of the softirq tracepoints were moved
from kernel/softirq.c to kernel/irq/handle.c. Since s390 doesn't support
generic hardirqs handle.c doesn't get compiled and the definitions are
missing.
So move the tracepoints to softirq.c again.
[ Impact: fix build failure on s390 ]
Reported-by: Sachin Sant <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: [email protected]
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions