summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorBret Lambert <blambert@cvs.openbsd.org>2009-08-11 18:43:34 +0000
committerBret Lambert <blambert@cvs.openbsd.org>2009-08-11 18:43:34 +0000
commita6235ea9f44b36a886c9594593dd80fc9d47fa90 (patch)
tree0778aeba8f333cc1ba84b49ab44ccad5b155498a /sys/arch/alpha
parent935b5746db4dbaa64a95e16e092ba253ec4313c0 (diff)
uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame
inline the loop in the one place it exists, and remove it from uvm adjust a comment mentioning it accordingly originally inspired by a diff fixing a comment from oga@ ok art@ beck@ miod@ oga@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/alpha/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/cpu.c b/sys/arch/alpha/alpha/cpu.c
index 17a472e0812..7c66b9dafe9 100644
--- a/sys/arch/alpha/alpha/cpu.c
+++ b/sys/arch/alpha/alpha/cpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.c,v 1.23 2009/04/14 16:01:04 oga Exp $ */
+/* $OpenBSD: cpu.c,v 1.24 2009/08/11 18:43:33 blambert Exp $ */
/* $NetBSD: cpu.c,v 1.44 2000/05/23 05:12:53 thorpej Exp $ */
/*-
@@ -174,7 +174,7 @@ struct cputable_struct {
* the primary (although the primary idles on proc0's PCB until its
* idle PCB is created).
*
- * Right before calling uvm_scheduler(), main() calls, on proc0's
+ * As one of the last steps in booting, main() calls, on proc0's
* context, cpu_boot_secondary_processors(). This is our key to
* actually spin up the additional processors we've found. We
* run through our cpu_info[] array looking for secondary processors