mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add missing definition for swi_vm
This commit is contained in:
parent
60271a1905
commit
855b08ed7b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32796
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: asnames.h,v 1.13 1997/12/26 20:41:59 phk Exp $
|
||||
* $Id: asnames.h,v 1.14 1997/12/28 13:36:06 phk Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_ASNAMES_H_
|
||||
@ -328,6 +328,7 @@
|
||||
#define _ss_unlock ss_unlock
|
||||
#define _started_cpus started_cpus
|
||||
#define _stopped_cpus stopped_cpus
|
||||
#define _swi_vm swi_vm
|
||||
#define _checkstate_cpus checkstate_cpus
|
||||
#define _checkstate_cpustate checkstate_cpustate
|
||||
#define _checkstate_curproc checkstate_curproc
|
||||
|
Loading…
Reference in New Issue
Block a user