commit | 670eea924198456873f3346bb247b662d7ddffd7 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Fri Apr 29 23:25:25 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun May 01 18:32:14 2016 +1000 |
tree | 471eed3538db4940c655101559be16ec0fae58cd | |
parent | 8ffb4103f5e28d7e7890ed4774d8e009f253f56e [diff] |
powerpc/mm: Always use STRICT_MM_TYPECHECKS Testing done by Paul Mackerras has shown that with a modern compiler there is no negative effect on code generation from enabling STRICT_MM_TYPECHECKS. So remove the option, and always use the strict type definitions. Acked-by: Paul Mackerras <paulus@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>