uname -a
Linux 2.6.36-rc0-git9-06241-g2ba110e-dirty
but then I was like
[ 0.010045] BUG: scheduling while atomic: swapper/0/0x10000002
[ 0.010140] no locks held by swapper/0.
[ 0.010219] Modules linked in:
[ 0.010356] Pid: 0, comm: swapper Not tainted 2.6.36-rc0-git9-06241-g2ba110e-dirty #99
[ 0.010455] Call Trace:
[ 0.010535] [
[ 0.010622] [
[ 0.010707] [
[ 0.010792] [
[ 0.010878] [
[ 0.010965] [
[ 0.011052] [
[ 0.011139] [
[ 0.011224] [
[ 0.011310] [
[ 0.011399] [
[ 0.011482] [
[ 0.011567] [
[ 0.011652] [
[ 0.011736] [
[ 0.011821] [
[ 0.011905] [
[ 0.011990] [
UPD:
#define ACPI_PREEMPTION_POINT() \
do { \
- if (!in_atomic_preempt_off() && !irqs_disabled()) \
+ if (!irqs_disabled()) \
cond_resched(); \
} while (0)
+#endif
No comments:
Post a Comment