• Russell King's avatar
    [ARM] Update ARM bitops to operate on unsigned long quantities. · 93eb95ed
    Russell King authored
    This cset removes some complexity that arose due to the endian issues
    caused by using byte accesses in the bitops.  Since bitops are now
    guaranteed to operate on unsigned long quantities, we can now use
    word operations.  This means that bitops bit 0 naturally falls into
    word 0 bit 0.
    93eb95ed
bitops.h 10 KB