summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-07-31 12:36:11 +0000
committerbde <bde@FreeBSD.org>1996-07-31 12:36:11 +0000
commit09d9898dd8b000fe674706b15ed636554f667771 (patch)
tree85e871e8d19276cadc13f54cafddacf76cf25862 /sys/amd64/include/pcb.h
parent244a31b11c52d7d7747b036739469c5a486b9711 (diff)
downloadFreeBSD-src-09d9898dd8b000fe674706b15ed636554f667771.zip
FreeBSD-src-09d9898dd8b000fe674706b15ed636554f667771.tar.gz
Eliminated pcb_inl. It was always 0 because context switches don't occur
in interrupt handlers.
Diffstat (limited to 'sys/amd64/include/pcb.h')
-rw-r--r--sys/amd64/include/pcb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index fdcedcf..4cbcc53 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)pcb.h 5.10 (Berkeley) 5/12/91
- * $Id: pcb.h,v 1.14 1996/04/25 06:20:19 phk Exp $
+ * $Id: pcb.h,v 1.15 1996/05/01 03:47:04 bde Exp $
*/
#ifndef _I386_PCB_H_
@@ -66,7 +66,6 @@ struct pcb {
*/
u_char pcb_flags;
#define FP_SOFTFP 0x01 /* process using software fltng pnt emulator */
- u_char pcb_inl; /* intr_nesting_level at context switch */
caddr_t pcb_onfault; /* copyin/out fault recovery */
};
OpenPOWER on IntegriCloud