commit | c812c7d8f1470ac9c8aa6d7e29b56e5845ee05fc | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Sat Jul 23 14:42:43 2016 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Aug 01 11:15:06 2016 +1000 |
tree | 9df953d954d85946488f41cbd202865535805eb4 | |
parent | c12e6f24d4137822d5019c1f78ac65bd27a3447d [diff] |
powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label init This allows us to catch incorrect usage of cpu_has_feature() and mmu_has_feature() prior to jump labels being initialised. mpe: Use printk() and dump_stack() rather than WARN_ON(), because WARN_ON() may not work this early in boot. Rename the Kconfig. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>