Steve Passe 12084b3cf1 clock.c:
- removed TEST_ALTTIMER.
 - removed APIC_PIN0_TIMER.
 - removed TIMER_ALL.

apic_vector.s:
 - new algorithm where a CPU uses try_mplock instead of get_mplock:
	if successful continue as before.
	if fail set ipending bit, mask INT (to avoid recursion), cleanup & iret.

   This allows the CPU to return to successful work, while the ISR will be run
   by the CPU holding the lock as part of the doreti dance.
1997-07-26 01:53:04 +00:00
..
1997-07-20 16:06:08 +00:00
1997-07-26 01:53:04 +00:00
1997-07-20 16:06:08 +00:00
1997-07-26 01:46:03 +00:00
1997-06-26 17:12:59 +00:00
1997-06-14 13:56:12 +00:00
1997-07-20 08:46:30 +00:00
1997-07-26 01:53:04 +00:00
1997-07-26 01:53:04 +00:00
1997-07-23 20:47:19 +00:00
1997-07-14 04:53:52 +00:00
1997-07-20 08:46:30 +00:00
1997-05-09 08:04:59 +00:00
1997-07-21 16:55:28 +00:00
1997-05-28 04:45:15 +00:00
1997-07-24 23:48:53 +00:00