Re: [Suggestion] arch/*/include/asm/bitops.h: about __set_bit() API.
From: Chen Gang <hidden>
Date: 2013-06-13 02:31:26
Also in:
linux-arch, lkml
From: Chen Gang <hidden>
Date: 2013-06-13 02:31:26
Also in:
linux-arch, lkml
On 06/08/2013 06:08 PM, Chen Gang wrote:
Several architectures have different __set_bit() API to others, in standard API, 2nd param of __set_bit() is 'unsigned long *', but: in 'min10300', it is 'unsigned char *',
Oh, it is my fault, for 'mn10300' it is no issue, it is not 'unsigned char *' (it is a generic one which can match any type). Also 'min10300' --> 'mn10300'. Thanks. -- Chen Gang Asianux Corporation