Module Name: src Committed By: tsutsui Date: Sat May 30 04:11:22 UTC 2020
Modified Files: src/sys/arch/mips/mips: mips_mcclock_loop.S Log Message: Revert 0(sp) -> CALLFRAME_S0(sp) changes in rev 1.4. 0(sp) is safe here even on O32 because the only callee function mips_cp0_cause_read() doesn't take arguments, but it's caller's responsibility to choose proper stackframe region and the name of CALLFRAME_S0 is just confusing. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/mips/mips_mcclock_loop.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.