On 11/15/2011 01:13 PM, Benoît Canet wrote: > .valid was used where the access size is specified like in > http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR89C105.txt > .impl was used when the behavior is not known.
Thanks, all applied except: > sun4c_intctl: convert to memory API > sun4m_iommu: convert to memory API Where we had raced - I just wrote those two conversions as well. As it happens, these were the only two patches that used .impl, which is a behaviour change; please avoid behaviour changes and do them as separate patches. Note I don't think .impl works well when .min_access_size = 4 - it requires RMW which we don't do yet. > esp: Fix memory API conversion > Thanks for that too. Will fold it into the bad patch. -- error compiling committee.c: too many arguments to function