xref: /openbsd/sys/arch/loongson/include/asm.h (revision 3cab2bb3)
1 /* $OpenBSD: asm.h,v 1.2 2016/11/18 15:38:14 visa Exp $ */
2 /* public domain */
3 
4 #ifdef MULTIPROCESSOR
5 #define HW_GET_CPU_INFO(ci, tmp)	\
6 	dmfc0	ci, COP_0_ERROR_PC
7 #endif
8 
9 #include <mips64/asm.h>
10