On Sat, Mar 1, 2014 at 11:40 PM, Carlo Caione <ca...@caione.org> wrote:
>>
>> Therefore, (1 << SW_INT_IRQNO_ENMI) will expand to (1 << 32) which is 
>> useless on a 32 bit ARM, 1 being a 32 bit int.
>> Even on other 32 bit platforms, best you could hope for is (1 << 32) == 0, 
>> not that useful.
>
> It is really useful since NMI for sun7i is interrupt #0

Argh, yeah sorry this is wrong (I'm a bit drunk). Read my previous
email. For sun7i this is useless.

-- 
Carlo Caione

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to