1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Removed conditionals on BDE_DEBUGGER around the loading for the IDT

since it's necessary for interrupt processing to be enabled.  Modify
comment to reflect this condition.

Submitted by:	bde
This commit is contained in:
Nate Williams 1996-03-11 21:42:52 +00:00
parent 8644d6f312
commit ed9e3473d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14570
2 changed files with 6 additions and 14 deletions

View File

@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:34:13 rpd
* $Id: real_prot.S,v 1.1 1994/10/01 02:55:51 davidg Exp $
* $Id: real_prot.S,v 1.2 1996/03/11 06:48:55 nate Exp $
*/
@ -129,10 +129,8 @@ xprot:
mov %ax, %ss
mov %ax, %es
#ifdef BDE_DEBUGGER
/* load idtr so we can debug */
/* load idtr so that we can enable interrupts */
lidt EXT(Idtr_prot)
#endif
ret
@ -179,12 +177,10 @@ xreal:
mov %ax, %ss
mov %ax, %es
#ifdef BDE_DEBUGGER
/* load idtr so we can debug */
/* load idtr so that we can enable interrupts */
addr32
data32
lidt EXT(Idtr_real)
#endif
data32
ret

View File

@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:34:13 rpd
* $Id: real_prot.S,v 1.1 1994/10/01 02:55:51 davidg Exp $
* $Id: real_prot.S,v 1.2 1996/03/11 06:48:55 nate Exp $
*/
@ -129,10 +129,8 @@ xprot:
mov %ax, %ss
mov %ax, %es
#ifdef BDE_DEBUGGER
/* load idtr so we can debug */
/* load idtr so that we can enable interrupts */
lidt EXT(Idtr_prot)
#endif
ret
@ -179,12 +177,10 @@ xreal:
mov %ax, %ss
mov %ax, %es
#ifdef BDE_DEBUGGER
/* load idtr so we can debug */
/* load idtr so that we can enable interrupts */
addr32
data32
lidt EXT(Idtr_real)
#endif
data32
ret