]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ppc: Fix set but not used warnings on !i386.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 6 Apr 2022 23:45:27 +0000 (16:45 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 6 Apr 2022 23:45:27 +0000 (16:45 -0700)
commit30cac8e3bbc12a5ca16f1882af23a64d493cf6ce
treeec46cd08bea47ba76f009aaa8c0aa73b000c8653
parentd31850654e2ffc318a6bb6388a30c7dceb9819d8
ppc: Fix set but not used warnings on !i386.

Move fetch of SYS_RES_IOPORT resource and associated variables under
existing #ifdef __i386__.
sys/dev/ppc/ppc.c