Date: Tue, 13 Jul 2010 15:29:37 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/include cpu.h md_var.h src/sys/mips/mips cpu.c locore.S Message-ID: <201007131529.o6DFTxDM060622@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2010-07-13 15:29:37 UTC
FreeBSD src repository
Modified files:
sys/mips/include cpu.h md_var.h
sys/mips/mips cpu.c locore.S
Log:
SVN rev 209996 on 2010-07-13 15:29:37Z by imp
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@
Revision Changes Path
1.13 +0 -9 src/sys/mips/include/cpu.h
1.5 +0 -1 src/sys/mips/include/md_var.h
1.7 +4 -5 src/sys/mips/mips/cpu.c
1.10 +0 -19 src/sys/mips/mips/locore.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007131529.o6DFTxDM060622>
