summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2003-02-05 12:09:53 +0000
committerbenno <benno@FreeBSD.org>2003-02-05 12:09:53 +0000
commite16610544e8c6203fca7c79dc99d1546bf166a07 (patch)
treef1b6a037c799d035befb54c4c6d38dbf77b1f44c /sys/powerpc/include
parent33c2dbc662e458365d339b3ae0849787e94b4a92 (diff)
downloadFreeBSD-src-e16610544e8c6203fca7c79dc99d1546bf166a07.zip
FreeBSD-src-e16610544e8c6203fca7c79dc99d1546bf166a07.tar.gz
Add cpu.c. This contains one exported function, cpu_setup(), which handles
setup of and printing information about cpus. Obtained from: NetBSD (parts)
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/md_var.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/md_var.h b/sys/powerpc/include/md_var.h
index 603a541..d53e2b9 100644
--- a/sys/powerpc/include/md_var.h
+++ b/sys/powerpc/include/md_var.h
@@ -56,4 +56,6 @@ void swi_vm(void *);
void decr_init(void);
+void cpu_setup(u_int);
+
#endif /* !_MACHINE_MD_VAR_H_ */
OpenPOWER on IntegriCloud