summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-10-12 11:13:27 +0000
committerbde <bde@FreeBSD.org>2000-10-12 11:13:27 +0000
commit5927a25c95b262e3e36e6ea3226b7f8796533d8a (patch)
treea672315263053d6d4862d51e789860d57452a596 /sys/amd64/include
parent3df47d29ba9575d84e1358f723924af4522b9b4b (diff)
downloadFreeBSD-src-5927a25c95b262e3e36e6ea3226b7f8796533d8a.zip
FreeBSD-src-5927a25c95b262e3e36e6ea3226b7f8796533d8a.tar.gz
Moved the definitions of AST_PENDING and AST_RESCHED to the correct place.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index d35b940..74a260d 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -65,6 +65,12 @@
#define CLKF_PC(framep) ((framep)->cf_eip)
/*
+ * astpending bits
+ */
+#define AST_PENDING 0x00000001
+#define AST_RESCHED 0x00000002
+
+/*
* Preempt the current process if in interrupt from user mode,
* or after the current trap/syscall if in system mode.
*
OpenPOWER on IntegriCloud