commit | a1ac2a9c4f98482e49305ab5551b7b32f9cac39b | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Mar 28 13:03:45 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu May 02 21:18:57 2019 +1000 |
tree | a5821463ebb06d372f30253b01d243b1ad00a74b | |
parent | e620d45065c7b5b8d6ae11217c09c09380103b83 [diff] |
powerpc/book3e: drop BUG_ON() in map_kernel_page() early_alloc_pgtable() never returns NULL as it panics on failure. This patch drops the three BUG_ON() which check the non nullity of early_alloc_pgtable() returned value. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>