arm64: read enable-method for CPU0
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / include / asm / cpu_ops.h
index 67bc4fd83798c625993ca22bde489210fb98d83a..1a98dbfc4a5f36dc5f821993c674b1459c403dd4 100644 (file)
@@ -44,6 +44,7 @@ struct cpu_operations {
 };
 
 extern const struct cpu_operations *cpu_ops[NR_CPUS];
-extern const struct cpu_operations * __init cpu_get_ops(const char *name);
+extern int __init cpu_read_ops(struct device_node *dn, int cpu);
+extern void __init cpu_read_bootcpu_ops(void);
 
 #endif /* ifndef __ASM_CPU_OPS_H */