]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 260557,271076,271077,271082,271083,271098:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 Dec 2014 18:40:59 +0000 (18:40 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 Dec 2014 18:40:59 +0000 (18:40 +0000)
commit2315c10644402294a7210d9212272320b1d920ae
tree5f2d43eeb579a85a28f1b992988680726e8b93dc
parent732acc59b879fb825f9156857926b69814e72f65
MFC 260557,271076,271077,271082,271083,271098:
- Remove spaces from boot messages when we print the CPU ID/Family/Stepping
- Move prototypes for various functions into out of C files and into
  <machine/md_var.h>.
- Reduce diffs between i386 and amd64 initcpu.c and identcpu.c files.
- Move blacklists of broken TSCs out of the printcpuinfo() function
  and into the TSC probe routine.
- Merge the amd64 and i386 identcpu.c into a single x86 implementation.

git-svn-id: svn://svn.freebsd.org/base/stable/10@276070 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
13 files changed:
sys/amd64/amd64/identcpu.c [deleted file]
sys/amd64/amd64/machdep.c
sys/amd64/include/md_var.h
sys/conf/files.amd64
sys/conf/files.i386
sys/conf/files.pc98
sys/i386/i386/initcpu.c
sys/i386/i386/machdep.c
sys/i386/i386/trap.c
sys/i386/include/md_var.h
sys/pc98/pc98/machdep.c
sys/x86/x86/identcpu.c [moved from sys/i386/i386/identcpu.c with 65% similarity]
sys/x86/x86/tsc.c