]> Zhao Yanbai Git Server - minix.git/commit
No CLOCK task
authorTomas Hruby <tom@minix3.org>
Tue, 9 Feb 2010 15:22:43 +0000 (15:22 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 9 Feb 2010 15:22:43 +0000 (15:22 +0000)
commitebba20a65d3354c3b77d1e092b9ffa02862c6649
treecad039cdbbbfeed60b9c0a419076cdfb9aa899a1
parent728f0f0c499b1d01661bb2b59ccde8f6ed19c664
No CLOCK task

- no kernel tasks are runnable

- clock initialization moved to the end of main()

- the rest of the body of clock_task() is moved to bsp_timer_int_handler() as
  for now we are going to handle this on the bootstrap cpu. A change later is
  possible.
kernel/clock.c
kernel/main.c
kernel/proto.h
kernel/table.c