locking: make spinlock_irqsave() work for my config
commitc6722cb3d6c4718d644c58337f6084e7c6454cbd
authorDan Carpenter <error27@gmail.com>
Mon, 29 Mar 2010 06:34:58 +0000 (29 09:34 +0300)
committerDan Carpenter <error27@gmail.com>
Mon, 29 Mar 2010 06:34:58 +0000 (29 09:34 +0300)
tree94352e659a6fb4d6bee0f7baf9849e9f82aeeebb
parent554dc53f9c03ba85b69a22b7b3bac882b7e7f800
locking: make spinlock_irqsave() work for my config

I use an allmodconfig on an Eee PC.

There  are certain configs where this check is just not going to work.
I think there are UP configs where a varieties of spinlock functions
are just macros all the way down to a preempt disable.

Sorry about that.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_locking.c