Chris Wright wrote:
-stable review patch.  If anyone has any objections, please let us know.
------------------

From: Andrew Morton <[EMAIL PROTECTED]>

With CONFIG_SMP=n:

drivers/input/ff-memless.c:384: warning: implicit declaration of function 
'local_bh_disable'
drivers/input/ff-memless.c:393: warning: implicit declaration of function 
'local_bh_enable'

Really linux/spinlock.h should include linux/interrupt.h.  But interrupt.h
includes sched.h which will need spinlock.h.

So the patch breaks the _bh declarations out into a separate header and
includes it in bothj interrupt.h and spinlock.h.

Cc: "Randy.Dunlap" <[EMAIL PROTECTED]>
Cc: Andi Kleen <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Chris Wright <[EMAIL PROTECTED]>
---

 include/linux/bottom_half.h |    5 +++++

This file is missing in patch-2.6.19.1-rc[1,2].bz2

--
Thomas

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to