NetBSD/sys/arch/i386
ad 4d8f47ae2f cpuctl:
- Add interrupt shielding (direct hardware interrupts away from the
  specified CPUs). Not documented just yet but will be soon.

- Redo /dev/cpu time_t compat so no kernel changes are needed.

x86:

- Make intr_establish, intr_disestablish safe to use when !cold.

- Distribute hardware interrupts among the CPUs, instead of directing
  everything to the boot CPU.

- Add MD code for interrupt sheilding. This works in most cases but there is
  a bug where delivery is not accepted by an LAPIC after redistribution. It
  also needs re-balancing to make things fair after interrupts are turned
  back on for a CPU.
2009-04-19 14:11:36 +00:00
..
acpi
bioscall
compile
conf - Add macros to handle (some) trapframe registers for common x86 code. 2009-04-16 15:34:23 +00:00
eisa
gdbscripts
i386 Introduce sys/arch/x86/x86/mp.c for common x86 MP configuration code. 2009-04-17 21:07:58 +00:00
include cpuctl: 2009-04-19 14:11:36 +00:00
isa
mca
pci
pnpbios
stand
xbox
Makefile