diff options
Diffstat (limited to 'sys/pc98/cbus/clock.c')
-rw-r--r-- | sys/pc98/cbus/clock.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index ba30dfc..9c8e416 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.50 1998/03/17 08:42:18 kato Exp $ + * $Id: clock.c,v 1.51 1998/03/31 07:53:13 kato Exp $ */ /* @@ -1312,9 +1312,8 @@ cpu_initclocks() if (apic_8254_trial) { printf("APIC_IO: Testing 8254 interrupt delivery\n"); - __asm __volatile("sti" : : : "memory"); while (read_intr_count(8) < 6) - __asm __volatile("sti" : : : "memory"); + ; /* nothing */ if (read_intr_count(apic_8254_intr) < 3) { /* * The MP table is broken. |