minix/include/arch/i386
Tomas Hruby 12ef495cac atomicity fix when enabling paging
- before enabling paging VM asks kernel to resize its segments. This
  may cause kernel to segfault if APIC is used and an interrupt
  happens between this and paging enabled. As these are 2 separate
  vmctl calls it is not atomic. This patch fixes this problem. VM does
  not ask kernel to resize the segments in a separate call anymore.
  The new segments limit is part of the "enable paging" call. It
  generalizes this call in such a way that more information can be
  passed as need be or the information may be completely different if
  another architecture requires this.
2010-03-22 07:42:52 +00:00
..
archtypes.h Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
bios.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
cmos.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
cpu.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
diskparm.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
fpu.h Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
int86.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
interrupt.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
Makefile - Add support for the ucontext system calls (getcontext, setcontext, 2010-03-12 15:58:41 +00:00
mcontext.h - Add support for the ucontext system calls (getcontext, setcontext, 2010-03-12 15:58:41 +00:00
memory.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
partition.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
pci.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
ports.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
stackframe.h Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
vm.h atomicity fix when enabling paging 2010-03-22 07:42:52 +00:00