Reenable redirection of clock interrupt to a higher priority vector.

setidt() now knows about f00f_hack(), and the APs now use the same
interrupt descriptor table as the BSP.
This commit is contained in:
Tor Egge 1998-03-07 20:48:16 +00:00
parent 4866e0856c
commit 1516126e28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34203

View File

@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: smptests.h,v 1.29 1998/03/03 22:56:26 tegge Exp $ * $Id: smptests.h,v 1.30 1998/03/04 23:45:12 tegge Exp $
*/ */
#ifndef _MACHINE_SMPTESTS_H_ #ifndef _MACHINE_SMPTESTS_H_
@ -278,7 +278,7 @@
* while still using the slow interrupt handler. Only effective when * while still using the slow interrupt handler. Only effective when
* APIC_INTR_REORDER is defined. * APIC_INTR_REORDER is defined.
*/ */
/* #define APIC_INTR_HIGHPRI_CLOCK */ #define APIC_INTR_HIGHPRI_CLOCK
#endif /* APIC_IO */ #endif /* APIC_IO */