Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/i386/i386



I don't think this is quite right. Among other things, it violates
power control -- one really wants to run HLT in the loop, I think.

Also, why the "continue" instead of just "for (;;);"?

Perry

Ross Harvey <ross%netbsd.org@localhost> writes:

> Module Name:  src
> Committed By: ross
> Date:         Thu Feb 13 21:34:04 UTC 2003
> 
> Modified Files:
>       src/sys/arch/i386/i386: machdep.c
> 
> Log Message:
> If no keyboard is attached, implement RB_HALT with a spin.  kern/10481
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.510 -r1.511 src/sys/arch/i386/i386/machdep.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
> 

-- 
Perry E. Metzger                perry%piermont.com@localhost



Home | Main Index | Thread Index | Old Index