K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-12-03T04:47:28.111696Z K 7 svn:log V 298 powerpc/booke: Check for the metadata address by physical address The metadata pointer will almost never be at or above 'btext', as btext is a relocated symbol, so will be based at VM_MIN_KERNEL_ADDRESS, not at KERNBASE. Check the address against kernload, where the kernel is physically loaded. END