summaryrefslogtreecommitdiff
path: root/kernel/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/proc.h')
-rw-r--r--kernel/proc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/proc.h b/kernel/proc.h
index 0b358aa..d515043 100644
--- a/kernel/proc.h
+++ b/kernel/proc.h
@@ -28,8 +28,6 @@ struct cpu {
extern struct cpu cpus[NCPU];
-//PAGEBREAK: 17
-
// per-process data for the trap handling code in trampoline.S.
// sits in a page by itself just under the trampoline page in the
// user page table. not specially mapped in the kernel page table.