changeset 497:2f86694a2129

cp/init: make note of when we can start using the schedule function Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Fri, 22 Apr 2011 12:59:00 -0400
parents bcfae5afa971
children b42f98fb669d
files cp/nucleus/init.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cp/nucleus/init.c	Fri Apr 22 12:58:46 2011 -0400
+++ b/cp/nucleus/init.c	Fri Apr 22 12:59:00 2011 -0400
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2007-2010  Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * (C) Copyright 2007-2011  Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  *
  * This file is released under the GPLv2.  See the COPYING file for more
  * details.
@@ -205,7 +205,7 @@
 	spawn_oper_shell(opcon);
 
 	/*
-	 * THIS IS WHERE THE IDLE TASK BEGINS
+	 * THIS IS WHERE THE IDLE TASK BEGINS, NOW WE CAN USE schedule()
 	 */
 
 	idle_task_body();