diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-04-06 03:38:18 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-04-06 03:38:18 +0000 |
| commit | 237d5c328a8de6948988f243c67e134d62f027a2 (patch) | |
| tree | 953e52258bb510c450748e0dbcdffb91e318469e | |
| parent | c8e4433596d308a5f8a0cee1ba1d8e872f3420e5 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/cbus/clock.c | 5 | ||||
| -rw-r--r-- | sys/pc98/cbus/pcrtc.c | 5 | ||||
| -rw-r--r-- | sys/pc98/pc98/clock.c | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index ba30dfc60191..9c8e416e2bb0 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. diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index ba30dfc60191..9c8e416e2bb0 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.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. diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index ba30dfc60191..9c8e416e2bb0 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/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. |
