1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Remove some unneeded statements that enabled interrupts.

This commit is contained in:
Tor Egge 1998-04-05 01:04:48 +00:00
parent cc6447a365
commit c547ef5cd4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35035
5 changed files with 10 additions and 15 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.117 1998/03/16 10:06:58 phk Exp $
* $Id: clock.c,v 1.118 1998/03/30 09:48:47 phk Exp $
*/
/*
@ -1014,9 +1014,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.117 1998/03/16 10:06:58 phk Exp $
* $Id: clock.c,v 1.118 1998/03/30 09:48:47 phk Exp $
*/
/*
@ -1014,9 +1014,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.117 1998/03/16 10:06:58 phk Exp $
* $Id: clock.c,v 1.118 1998/03/30 09:48:47 phk Exp $
*/
/*
@ -1014,9 +1014,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.117 1998/03/16 10:06:58 phk Exp $
* $Id: clock.c,v 1.118 1998/03/30 09:48:47 phk Exp $
*/
/*
@ -1014,9 +1014,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.117 1998/03/16 10:06:58 phk Exp $
* $Id: clock.c,v 1.118 1998/03/30 09:48:47 phk Exp $
*/
/*
@ -1014,9 +1014,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.