]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Change extra sanity checks in cpu_switch() to be conditional on INVARIANTS
authorjhb <jhb@FreeBSD.org>
Fri, 17 Nov 2000 17:37:43 +0000 (17:37 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 17 Nov 2000 17:37:43 +0000 (17:37 +0000)
commit158d498abdea10736ba90f6a34f2ddbb15080172
tree946a7936bff4795ab494eeca80aa4bf7f768f5a4
parent7ffd84a159c7ddeed12d643bcd8d9c920da02e04
- Change extra sanity checks in cpu_switch() to be conditional on INVARIANTS
  instead of DIAGNOSTIC.
- Remove the p_wchan check as it no longer applies since a process may be
  switched out during CURSIG() within msleep() or mawait().
- Remove an extra sanity check only needed during the early SMPng work.
sys/amd64/amd64/cpu_switch.S
sys/amd64/amd64/swtch.s
sys/i386/i386/swtch.s