summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/proc.h')
-rw-r--r--sys/i386/include/proc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h
index 1b9e4a2..92de3af 100644
--- a/sys/i386/include/proc.h
+++ b/sys/i386/include/proc.h
@@ -42,9 +42,7 @@
*/
struct mdproc {
int md_flags; /* machine-dependent flags */
-#ifdef notyet
- int *p_regs; /* registers on current frame */
-#endif
+ int *md_regs; /* registers on current frame */
};
/* md_flags */
OpenPOWER on IntegriCloud