freebsd-nq/sys/amd64/isa
Luoqi Chen 5206bca10a Enable vmspace sharing on SMP. Major changes are,
- %fs register is added to trapframe and saved/restored upon kernel entry/exit.
- Per-cpu pages are no longer mapped at the same virtual address.
- Each cpu now has a separate gdt selector table. A new segment selector
  is added to point to per-cpu pages, per-cpu global variables are now
  accessed through this new selector (%fs). The selectors in gdt table are
  rearranged for cache line optimization.
- fask_vfork is now on as default for both UP and SMP.
- Some aio code cleanup.

Reviewed by:	Alan Cox	<alc@cs.rice.edu>
		John Dyson	<dyson@iquest.net>
		Julian Elischer	<julian@whistel.com>
		Bruce Evans	<bde@zeta.org.au>
		David Greenman	<dg@root.com>
1999-04-28 01:04:33 +00:00
..
atpic_vector.S Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
clock.c Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the 1999-04-25 09:00:00 +00:00
icu_ipl.s
icu_ipl.S
icu_vector.s Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
icu_vector.S Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
icu.h
intr_machdep.c Make the register_intr() glue actually have a chance of working... 1999-04-23 21:01:19 +00:00
intr_machdep.h Stage 1 of a cleanup of the i386 interrupt registration mechanism. 1999-04-21 07:26:30 +00:00
isa_dma.c Stage 1 of a cleanup of the i386 interrupt registration mechanism. 1999-04-21 07:26:30 +00:00
isa_dma.h Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
isa.c Changed the type of id_port from short into int to avoid wrong 1999-04-24 18:24:43 +00:00
isa.h Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long time 1999-01-06 05:40:01 +00:00
nmi.c Make the register_intr() glue actually have a chance of working... 1999-04-23 21:01:19 +00:00
npx.c Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
timerreg.h
vector.s Generate intrnames[] dynamically. This should be new-bus friendly. 1999-04-14 14:26:36 +00:00
vector.S Generate intrnames[] dynamically. This should be new-bus friendly. 1999-04-14 14:26:36 +00:00