Vitaly Bordug writes: > This adds setbitsXX/clrbitsXX macro for read-modify-write operations > and converts the 8xx core and drivers to use it.
Your mailer has munged the whitespace in the patch, unfortunately. > + clrbits32(&((immap_t *)IMAP_ADDR)->im_cpic.cpic_cimr,(1 << cpm_vec)); This needs a space after the comma. Regards, Paul.