commit | 4df4b27585227c8ba66fdf0dd7531d1e23a37194 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Apr 26 05:59:49 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri May 03 01:20:24 2019 +1000 |
tree | 8232cee8a5d76eeb0166ff226a25baa13ef2ae87 | |
parent | c5710cd20735037ba9be0e95530f0d3795ce07e6 [diff] |
powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c Only 3 subarches support huge pages. So when it is either 2 of them, it is not the third one. And mmu_has_feature() is known by all subarches so IS_ENABLED() can be used instead of #ifdef Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>