summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/proc.h b/proc.h
index 5689bbc..36b07a5 100644
--- a/proc.h
+++ b/proc.h
@@ -46,12 +46,7 @@ struct proc{
int killed;
struct fd *fds[NOFILE];
struct inode *cwd;
-
- uint esp; // kernel stack pointer
- uint ebp; // kernel frame pointer
-
struct jmpbuf jmpbuf;
-
struct trapframe *tf; // points into kstack, used to find user regs
};