summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/cpu.h
diff options
context:
space:
mode:
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