Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   mhitch
Date:           Sun Feb 28 20:36:31 UTC 1999

Modified Files:
        src/sys/arch/mips/mips: locore.S
Log Message:
Change switch_exit() to use the *current* proc0 stack pointer, instead of
the *initial* stack pointer.  The proc0 stack is being used by proc0 (i.e.
uvm_scheduler).  This had been working because switch_exit() wasn't
overwriting any critical areas of the stack - unless kernel profiling
was turned on.




Home | Main Index | Thread Index | Old Index