Lots of const correctness.

This commit is contained in:
Kees van Reeuwijk
2010-03-27 14:31:00 +00:00
parent 9192dbecc9
commit 98493805fd
41 changed files with 180 additions and 182 deletions

View File

@@ -185,7 +185,7 @@ PUBLIC int ap_timer_int_handler(void)
* user's system time.
*/
unsigned ticks = 1;
const unsigned ticks = 1;
struct proc * p, * billp;
#ifdef CONFIG_WATCHDOG