1 /* $OpenBSD: asm.h,v 1.1 2010/09/20 06:32:30 syuu 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