mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 13:13:13 -04:00
Disable redirection of clock interrupt to a higher priority vector.
This does not work on most dual Pentium machines, due to setidt() being neutralized by f00f_hack().
This commit is contained in:
parent
c5d3d7fd74
commit
540d82e3b4
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: smptests.h,v 1.28 1997/12/08 22:56:49 fsmp Exp $
|
||||
* $Id: smptests.h,v 1.29 1998/03/03 22:56:26 tegge Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_SMPTESTS_H_
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
* while still using the slow interrupt handler. Only effective when
|
||||
* APIC_INTR_REORDER is defined.
|
||||
*/
|
||||
#define APIC_INTR_HIGHPRI_CLOCK
|
||||
/* #define APIC_INTR_HIGHPRI_CLOCK */
|
||||
|
||||
#endif /* APIC_IO */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue