summaryrefslogtreecommitdiffstats
path: root/sys/arch/loongson/include/asm.h
blob: d028fb9b120ba604232f3d9c9afb50026dbcf776 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* $OpenBSD: asm.h,v 1.2 2016/11/18 15:38:14 visa Exp $ */
/* public domain */

#ifdef MULTIPROCESSOR
#define HW_GET_CPU_INFO(ci, tmp)	\
	dmfc0	ci, COP_0_ERROR_PC
#endif

#include <mips64/asm.h>