summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proc.h b/proc.h
index 72bdcf3..9353f88 100644
--- a/proc.h
+++ b/proc.h
@@ -50,7 +50,6 @@ struct proc{
struct Taskstate ts; // only to give cpu address of kernel stack
struct Segdesc gdt[NSEGS];
- struct Pseudodesc gdt_pd;
unsigned esp; // kernel stack pointer
unsigned ebp; // kernel frame pointer