summaryrefslogtreecommitdiff
path: root/i386/i386/sched_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/sched_param.h')
-rw-r--r--i386/i386/sched_param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/sched_param.h b/i386/i386/sched_param.h
index e7e855f4..c93ed8a2 100644
--- a/i386/i386/sched_param.h
+++ b/i386/i386/sched_param.h
@@ -31,10 +31,10 @@
#define _I386_SCHED_PARAM_H_
/*
- * Sequent requires a right shift of 18 bits to convert
+ * Sequent requires a right shift of 17 bits to convert
* microseconds to priorities.
*/
-#define PRI_SHIFT 18
+#define PRI_SHIFT 17
#endif /* _I386_SCHED_PARAM_H_ */