Akinobu Mita 6ecf66ae49 [PATCH] bitops: sh: make thread_info.flags an unsigned long
The test_bit() routines are defined to work on a pointer to unsigned long.
But thread_info.flags is __u32 (unsigned int) on sh and it is passed to flag
set/clear/test wrappers in include/linux/thread_info.h.  So the compiler will
print warnings.

This patch changes to unsigned long instead.

Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-26 08:57:15 -08:00
..
2006-01-08 20:13:39 -08:00
2006-01-16 23:15:28 -08:00
2006-01-16 23:15:27 -08:00
2006-01-16 23:15:27 -08:00
2006-01-16 23:15:28 -08:00
2006-01-08 20:13:39 -08:00
2006-01-10 08:01:34 -08:00
2006-01-16 23:15:27 -08:00
2006-02-15 15:32:22 -08:00
2006-01-12 09:08:53 -08:00
2006-01-12 09:08:49 -08:00
2006-01-16 23:15:28 -08:00
2006-03-26 08:57:00 -08:00