summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/cpu.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-07-12 16:32:10 +0000
committerdfr <dfr@FreeBSD.org>1998-07-12 16:32:10 +0000
commitf32529a069bfebb420cab43f9e7361c2228cdf28 (patch)
tree74bee6460f72b87a7f17988f40587628cc6bb45d /sys/alpha/include/cpu.h
parentf2d6c2242323d194129b413af52c028f2eca77c2 (diff)
downloadFreeBSD-src-f32529a069bfebb420cab43f9e7361c2228cdf28.zip
FreeBSD-src-f32529a069bfebb420cab43f9e7361c2228cdf28.tar.gz
Overhaul the spl system so that it actually works properly.
Diffstat (limited to 'sys/alpha/include/cpu.h')
-rw-r--r--sys/alpha/include/cpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h
index 6b0c81f..b63efaf 100644
--- a/sys/alpha/include/cpu.h
+++ b/sys/alpha/include/cpu.h
@@ -1,4 +1,4 @@
-/* $Id: cpu.h,v 1.1 1998/01/10 10:13:14 jb Exp $ */
+/* $Id: cpu.h,v 1.2 1998/06/10 10:54:45 dfr Exp $ */
/* From: NetBSD: cpu.h,v 1.18 1997/09/23 23:17:49 mjacob Exp */
/*
@@ -93,8 +93,8 @@ struct clockframe {
#define aston() (astpending = 1)
#ifdef KERNEL
-u_int64_t astpending; /* need to trap before returning to user mode */
-u_int64_t want_resched; /* resched() was called */
+u_int32_t astpending; /* need to trap before returning to user mode */
+u_int32_t want_resched; /* resched() was called */
#endif
OpenPOWER on IntegriCloud