From a3bda8461aa6f21d587a795907b5c9f2c084074c Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 13 Oct 2007 07:18:33 +0000 Subject: Fix cpu_exit() comments to be more closer to reality. --- sys/arch/alpha/alpha/vm_machdep.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch/alpha') 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) -- cgit v1.2.3