1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Sync with sys/i386/isa/clock.c revision 1.119.

This commit is contained in:
KATO Takenori 1998-04-06 03:38:18 +00:00
parent c8e4433596
commit 237d5c328a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35053
3 changed files with 6 additions and 9 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.