K 10 svn:author V 6 luporl K 8 svn:date V 27 2019-07-08T13:01:54.619640Z K 7 svn:log V 339 [PPC] Add missing SLB allocation KASSERT Although PPC SLB code doesn't handle allocation failures, which are rare, in most places it asserts that the pointer returned by uma_zalloc() is not NULL, making it easier to identify the failure and avoiding an invalid pointer dereference. This change simply adds a missing KASSERT in SLB code. END