mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Use schedsofttty() again (SMPng casualty with intentionally wrong fix
in rev.1.101). Made this file compile again after move of stuff from <machine.ipl.h> to <sys/ipl.h>.
This commit is contained in:
parent
185fee17ad
commit
db8ec2a244
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66823
@ -76,11 +76,11 @@
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/interrupt.h>
|
||||
#include <sys/ipl.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <machine/clock.h>
|
||||
#include <machine/ipl.h>
|
||||
#ifndef SMP
|
||||
#include <machine/lock.h>
|
||||
#endif
|
||||
@ -1582,11 +1582,7 @@ siointr(unit)
|
||||
/* ensure an edge for the next interrupt */
|
||||
cy_outb(cy_iobase, CY_CLEAR_INTR, cy_align, 0);
|
||||
|
||||
#if 0
|
||||
schedsofttty();
|
||||
#else
|
||||
panic("Fix the i386/isa/cy.c files call to schedsofttty()");
|
||||
#endif
|
||||
|
||||
COM_UNLOCK();
|
||||
}
|
||||
|
@ -76,11 +76,11 @@
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/interrupt.h>
|
||||
#include <sys/ipl.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <machine/clock.h>
|
||||
#include <machine/ipl.h>
|
||||
#ifndef SMP
|
||||
#include <machine/lock.h>
|
||||
#endif
|
||||
@ -1582,11 +1582,7 @@ siointr(unit)
|
||||
/* ensure an edge for the next interrupt */
|
||||
cy_outb(cy_iobase, CY_CLEAR_INTR, cy_align, 0);
|
||||
|
||||
#if 0
|
||||
schedsofttty();
|
||||
#else
|
||||
panic("Fix the i386/isa/cy.c files call to schedsofttty()");
|
||||
#endif
|
||||
|
||||
COM_UNLOCK();
|
||||
}
|
||||
|
@ -76,11 +76,11 @@
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/interrupt.h>
|
||||
#include <sys/ipl.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <machine/clock.h>
|
||||
#include <machine/ipl.h>
|
||||
#ifndef SMP
|
||||
#include <machine/lock.h>
|
||||
#endif
|
||||
@ -1582,11 +1582,7 @@ siointr(unit)
|
||||
/* ensure an edge for the next interrupt */
|
||||
cy_outb(cy_iobase, CY_CLEAR_INTR, cy_align, 0);
|
||||
|
||||
#if 0
|
||||
schedsofttty();
|
||||
#else
|
||||
panic("Fix the i386/isa/cy.c files call to schedsofttty()");
|
||||
#endif
|
||||
|
||||
COM_UNLOCK();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user