提交 21798a84 编写于 作者: F Frederic Weisbecker 提交者: Ingo Molnar

tracing: fix a build error on alpha

Impact: build fix on Alpha

When tracing is enabled, some arch have included <linux/irqflags.h>
on their <asm/system.h> but others like alpha or m68k don't.

Build error on alpha:

kernel/trace/trace.c: In function 'tracing_cpumask_write':
kernel/trace/trace.c:2145: error: implicit declaration of function 'raw_local_irq_disable'
kernel/trace/trace.c:2162: error: implicit declaration of function 'raw_local_irq_enable'

Tested on Alpha through a cross-compiler (should correct a similar issue on m68k).
Reported-by: NAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: NFrederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 8115f3f0
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <linux/stacktrace.h> #include <linux/stacktrace.h>
#include <linux/ring_buffer.h> #include <linux/ring_buffer.h>
#include <linux/irqflags.h>
#include "trace.h" #include "trace.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册