HAMMER Utilities: Sync with 59A
[dragonfly.git] / sys / platform / pc64 / include / cpu.h
blob564101fead998dea9505090b912768f7663fcec2
1 /*
4 * $DragonFly: src/sys/platform/pc64/include/cpu.h,v 1.1 2007/09/23 04:42:07 yanyh Exp $
5 */
7 #ifndef _MACHINE_CPU_H_
8 #define _MACHINE_CPU_H_
10 #include <cpu/cpu.h>
12 #define CLKF_USERMODE(framep) \
13 ((ISPL((framep)->if_cs) == SEL_UPL) || (framep->if_rflags /*& PSL_VM*/))
15 #endif