K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-05-05T20:05:50.421660Z K 7 svn:log V 314 powerpc/booke: Fix size check for phys_avail in pmap bootstrap Use the nitems() macro instead of the expansion, a'la r298352. Also, fix the location of this check to after initializing availmem_regions_sz, so that the check isn't always against 0, thus always failing (nitems(phys_avail) is always more than 0). END