diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-13 07:18:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-13 07:18:33 +0000 |
commit | a3bda8461aa6f21d587a795907b5c9f2c084074c (patch) | |
tree | 80f243c0f7e5461db637dee094fe66bd5ebb031d /sys/arch/alpha | |
parent | c0bc3a2a6f3f3655042f182d7620c7b65d8aa5f8 (diff) |
Fix cpu_exit() comments to be more closer to reality.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/vm_machdep.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/alpha/alpha/vm_machdep.c b/sys/arch/alpha/alpha/vm_machdep.c index eda0437fb46..9436f2d09bf 100644 --- a/sys/arch/alpha/alpha/vm_machdep.c +++ b/sys/arch/alpha/alpha/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.35 2007/10/10 15:53:51 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.36 2007/10/13 07:18:30 miod Exp $ */ /* $NetBSD: vm_machdep.c,v 1.55 2000/03/29 03:49:48 simonb Exp $ */ /* @@ -96,9 +96,6 @@ cpu_coredump(p, vp, cred, chdr) /* * cpu_exit is called as the last action during exit. - * We block interrupts and call switch_exit. switch_exit switches - * to proc0's PCB and stack, then jumps into the middle of cpu_switch, - * as if it were switching from proc0. */ void cpu_exit(p) |