diff options
author | imp <imp@FreeBSD.org> | 2010-07-13 15:29:37 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-07-13 15:29:37 +0000 |
commit | 00ad2ce7bcfbf0cf98ed78b850e2a706262f803e (patch) | |
tree | d3e5eaae6b2ce092d3fe23ea2ebd711f4bd1bde8 /sys/mips/include/md_var.h | |
parent | 31963c9545c4807c8b7548aafb6295b827173934 (diff) | |
download | FreeBSD-src-00ad2ce7bcfbf0cf98ed78b850e2a706262f803e.zip FreeBSD-src-00ad2ce7bcfbf0cf98ed78b850e2a706262f803e.tar.gz |
cpu_id and fpu_id are unused, except to be set early in the boot code.
The problem with setting it there is that the last CPU to come up
wins, it seems. This also removes one more ifdef in locore.S, a noble
goal too. Since they are unused, and pollute cpu.h, remove them.
Submitted by: bde.h (cpu.h pollution)
Approved in theory by: jmallet@
Diffstat (limited to 'sys/mips/include/md_var.h')
-rw-r--r-- | sys/mips/include/md_var.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/include/md_var.h b/sys/mips/include/md_var.h index ab3c3e6..8c23360 100644 --- a/sys/mips/include/md_var.h +++ b/sys/mips/include/md_var.h @@ -66,7 +66,6 @@ void mips_generic_reset(void); #endif void mips_vector_init(void); -void cpu_identify(void); void mips_cpu_init(void); void mips_pcpu0_init(void); void mips_proc0_init(void); |