freebsd-nq/sys/pc98/pc98
John Baldwin de2b02fc74 MFamd64: Use initializecpu() to set various model-specific registers on
AP startup and AP resume (it was already used for BSP startup and BSP
resume).
- Split code to do one-time probing of cache properties out of
  initializecpu() and into initializecpucache().  This is called once on
  the BSP during boot.
- Move enable_sse() into initializecpu().
- Call initializecpu() for AP startup instead of enable_sse() and
  manually frobbing MSR_EFER to enable PG_NX.
- Call initializecpu() when an AP resumes.  In theory this will now
  properly re-enable PG_NX in MSR_EFER when resuming a PAE kernel on
  APs.
2014-09-10 21:37:47 +00:00
..
busio.s
busiosubr.c
canbepm.c
canbus_if.m
canbus.c Compile fixes: 2014-06-28 17:36:18 +00:00
canbus.h
canbusvars.h
machdep.c MFamd64: Use initializecpu() to set various model-specific registers on 2014-09-10 21:37:47 +00:00
pc98_machdep.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
pc98_machdep.h Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.h 2011-11-27 16:22:19 +00:00