]> Zhao Yanbai Git Server - minix.git/commit
Clock task split
authorTomas Hruby <tom@minix3.org>
Fri, 6 Nov 2009 09:04:15 +0000 (09:04 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 6 Nov 2009 09:04:15 +0000 (09:04 +0000)
commitf2a1f21a396f6f891ab81196d20fed03b09b9abc
tree9c995b3f3dbf49c7c91bdf451a2437086109e5f8
parent6eebc03f884014d761b71f34a52c30f4269761da
Clock task split

- preemption handled in the clock timer interrupt handler, not in the clock task

- more achitecture independent clock timer handling code

- smp ready as each CPU can have its own timer
kernel/arch/i386/clock.c
kernel/arch/i386/clock.h [new file with mode: 0644]
kernel/clock.c
kernel/clock.h [new file with mode: 0644]
kernel/glo.h
kernel/main.c
kernel/proc.c
kernel/proto.h