]> err.no Git - linux-2.6/blobdiff - include/linux/cpu.h
[ARM] Allow SMP if Realview MPcore is selected
[linux-2.6] / include / linux / cpu.h
index 86980c68234aad549fd7d7252da7df5a72139403..1f7b2c097503380692ddb48a33e3d00474f3e71c 100644 (file)
@@ -32,6 +32,7 @@ struct cpu {
 };
 
 extern int register_cpu(struct cpu *, int, struct node *);
+extern struct sys_device *get_cpu_sysdev(int cpu);
 #ifdef CONFIG_HOTPLUG_CPU
 extern void unregister_cpu(struct cpu *, struct node *);
 #endif