i386 and x86-64 bitops function prototypes differ

From: Stephane Eranian
Date: Fri Jan 26 2007 - 09:36:22 EST


Hello,

I ran into compiler warnings with the perfmon code when I tried
using test() and __set_bit() on i386.

For some reason, the i386 bitops functions use unsigned long * for
the address whereas x86-64/ia64 use void *.

I do not quite understand why such difference?
Is this just for historical reasons?

Thanks.

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