* [PATCH] Compile error with allmodconfig and CONFIG_PREEMPT_RT_FULL=y
@ 2011-11-13 0:30 John Kacur
0 siblings, 0 replies; only message in thread
From: John Kacur @ 2011-11-13 0:30 UTC (permalink / raw)
To: lkml, Steven Rostedt; +Cc: Thomas Gleixner, rt-users, John Kacur
ERROR: "in_serving_softirq" [net/sched/cls_cgroup.ko] undefined!
The above can be fixed by exporting in_serving_softirq
Signed-off-by: John Kacur <jkacur@redhat.com>
---
kernel/softirq.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/softirq.c b/kernel/softirq.c
index e8756aa..026a283 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -447,6 +447,7 @@ int in_serving_softirq(void)
preempt_enable();
return res;
}
+EXPORT_SYMBOL(in_serving_softirq);
/*
* Called with bh and local interrupts disabled. For full RT cpu must
--
1.7.2.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-13 0:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-13 0:30 [PATCH] Compile error with allmodconfig and CONFIG_PREEMPT_RT_FULL=y John Kacur
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).