summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/prom.h
diff options
context:
space:
mode:
authorDavid S. Miller2009-04-01 12:13:15 +0200
committerDavid S. Miller2009-06-16 13:56:19 +0200
commit890db403d59fbeaf273ed019d0b1862223d80a9a (patch)
tree361b01ee0f84227bfb84e4390ef94432b5a36aca /arch/sparc/include/asm/prom.h
parentsparc64: Refactor MDESC cpu scanning code using an iterator. (diff)
downloadkernel-qcow2-linux-890db403d59fbeaf273ed019d0b1862223d80a9a.tar.gz
kernel-qcow2-linux-890db403d59fbeaf273ed019d0b1862223d80a9a.tar.xz
kernel-qcow2-linux-890db403d59fbeaf273ed019d0b1862223d80a9a.zip
sparc: Call OF and MD cpu scanning explicitly from paging_init()
We need to split up the cpu present mask setup from the cpu_data initialization, and this is a first step towards that. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/prom.h')
-rw-r--r--arch/sparc/include/asm/prom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/prom.h b/arch/sparc/include/asm/prom.h
index 1b15212563cd..be8d7aaeb60d 100644
--- a/arch/sparc/include/asm/prom.h
+++ b/arch/sparc/include/asm/prom.h
@@ -87,6 +87,7 @@ extern int of_node_to_nid(struct device_node *dp);
extern void prom_build_devicetree(void);
extern void of_populate_present_mask(void);
+extern void of_fill_in_cpu_data(void);
/* Dummy ref counting routines - to be implemented later */
static inline struct device_node *of_node_get(struct device_node *node)