=================================================================== RCS file: /cvs/funnyos/dev/cpu.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- funnyos/dev/cpu.c 2007/10/16 09:41:04 1.1 +++ funnyos/dev/cpu.c 2007/10/16 15:03:20 1.2 @@ -1,5 +1,5 @@ /* - * $Id: cpu.c,v 1.1 2007/10/16 08:41:04 init Exp $ + * $Id: cpu.c,v 1.2 2007/10/16 14:03:20 init Exp $ */ #include #include @@ -32,7 +32,7 @@ printf("%s CPU at %d MHz (flags=0x%x)\n", ddp->cpu_name, ddp->cpu_freq, ddp->cpu_flags); - return(-1); + return(0); }