summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/include/asm.h
blob: f65f2acdef8d5766390a9829d196076cb8058ed7 (plain)
1
2
3
4
5
6
7
8
9
/* $OpenBSD: asm.h,v 1.1 2010/09/20 06:32:30 syuu Exp $ */
/* public domain */

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

#include <mips64/asm.h>