K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-11-08T04:26:19.098283Z K 7 svn:log V 324 powerpc/booke: Only handle kernel page faults in KVA range The memory range between VM_MAXUSER_ADDRESS and VM_MIN_KERNEL_ADDRESS is reserved for devices currently, which are always mapped in TLB1, and therefore do not exist in the kernel page table. Any page fault in this range is therefore automatically a fatal fault. END