linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / v850 / kernel / memcons.c
index 491614c..815f8a4 100644 (file)
@@ -30,7 +30,7 @@ static DEFINE_SPINLOCK(memcons_lock);
 
 static size_t write (const char *buf, size_t len)
 {
-       int flags;
+       unsigned long flags;
        char *point;
 
        spin_lock_irqsave (memcons_lock, flags);