]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/include/asm/cputable.h
powerpc/64s: Support new device tree binding for discovering CPU features
[karo-tx-linux.git] / arch / powerpc / include / asm / cputable.h
index 1f6847b107e48104a51922773d86bdb28b89d663..c2d509584a98070accd6be62519fa992e5bc1f3f 100644 (file)
@@ -118,7 +118,9 @@ extern struct cpu_spec              *cur_cpu_spec;
 
 extern unsigned int __start___ftr_fixup, __stop___ftr_fixup;
 
+extern void set_cur_cpu_spec(struct cpu_spec *s);
 extern struct cpu_spec *identify_cpu(unsigned long offset, unsigned int pvr);
+extern void identify_cpu_name(unsigned int pvr);
 extern void do_feature_fixups(unsigned long value, void *fixup_start,
                              void *fixup_end);