diff options
author | benno <benno@FreeBSD.org> | 2003-02-05 12:09:53 +0000 |
---|---|---|
committer | benno <benno@FreeBSD.org> | 2003-02-05 12:09:53 +0000 |
commit | e16610544e8c6203fca7c79dc99d1546bf166a07 (patch) | |
tree | f1b6a037c799d035befb54c4c6d38dbf77b1f44c /sys/powerpc/include | |
parent | 33c2dbc662e458365d339b3ae0849787e94b4a92 (diff) | |
download | FreeBSD-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.h | 2 |
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_ */ |