summaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 78eaf697215b..185bca9b3026 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -427,17 +427,9 @@ struct kse {
void *ke_upcall;
struct thread *ke_tdspare; /* spare thread for upcalls */
#define ke_endzero ke_dummy
-
-#define ke_startcopy ke_endzero
u_char ke_dummy;
-#define ke_endcopy ke_mdstorage
-
- void *ke_mdstorage; /* where we store the pcb and frame */
- struct pcb *ke_pcb; /* the pcb saved for the upcalls */
- struct trapframe *ke_frame; /* the upcall trapframe */
- void *mdkse; /* eventually you load from this in */
- /* switch for our extension PCB x86 */
};
+
/* flags kept in ke_flags */
#define KEF_OWEUPC 0x00002 /* Owe process an addupc() call at next ast. */
#define KEF_IDLEKSE 0x00004 /* A 'Per CPU idle process'.. has one thread */