Fix powerpc LINT build

tcpratelimit isn't supported as there's now atomic_add_64, so add it to the exclusion list
Add comment for why PPC_PROBE_CHIPSET is on the list
Remove UKBD_DFLT_KEYMAP now that ukbd works on all platforms.
This commit is contained in:
Warner Losh 2019-08-12 23:25:21 +00:00
parent 09813007a5
commit 77af66f0d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350967
2 changed files with 2 additions and 2 deletions

View File

@ -64,4 +64,5 @@ LINT: ${NOTES} ${MAKELINT_SED}
echo "nodevice mlx5" >> ${.TARGET}
echo "nodevice mlx5en" >> ${.TARGET}
echo "nodevice mlx5ib" >> ${.TARGET}
echo "nooptions RATELIMIT" >> ${.TARGET}
.endif

View File

@ -90,5 +90,4 @@ nodevice dcons_crom
# Options we don't want to deal with
nooption PPC_DEBUG
nooption PPC_PROBE_CHIPSET
nooption UKBD_DFLT_KEYMAP
nooption PPC_PROBE_CHIPSET # uses inb/outb