Sync with i386 - s/cpu_swtch/cpu_switch/

This commit is contained in:
Peter Wemm 2004-08-16 22:53:29 +00:00
parent e4b3358b15
commit 2c87e00194

View File

@ -53,7 +53,7 @@
/*
* cpu_throw()
*
* This is the second half of cpu_swtch(). It is used when the current
* This is the second half of cpu_switch(). It is used when the current
* thread is either a dummy or slated to die, and we no longer care
* about its state. This is only a slight optimization and is probably
* not worth it anymore. Note that we need to clear the pm_active bits so