From a77287e9244ae5dac7060c0b8817bc195325af0c Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Wed, 24 Jul 2019 13:33:43 -0400 Subject: no more PAGEBREAK --- kernel/proc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/proc.h') 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. -- cgit v1.2.3