[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070126143555.GL11525@frankl.hpl.hp.com>
Date: Fri, 26 Jan 2007 06:35:55 -0800
From: Stephane Eranian <eranian@....hp.com>
To: linux-kernel@...r.kernel.org
Cc: Stephane Eranian <eranian@....hp.com>
Subject: i386 and x86-64 bitops function prototypes differ
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists