Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/include Fix the bit position for the PMI bit ...



details:   https://anonhg.NetBSD.org/src/rev/e1f1bb0443a3
branches:  trunk
changeset: 940696:e1f1bb0443a3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Oct 15 00:55:09 2020 +0000

description:
Fix the bit position for the PMI bit in ALPHA_AMASK_BITS.

diffstat:

 sys/arch/alpha/include/alpha_cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f850a99ec31 -r e1f1bb0443a3 sys/arch/alpha/include/alpha_cpu.h
--- a/sys/arch/alpha/include/alpha_cpu.h        Wed Oct 14 18:48:05 2020 +0000
+++ b/sys/arch/alpha/include/alpha_cpu.h        Thu Oct 15 00:55:09 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: alpha_cpu.h,v 1.52 2020/09/29 01:17:22 thorpej Exp $ */
+/* $NetBSD: alpha_cpu.h,v 1.53 2020/10/15 00:55:09 thorpej Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -314,7 +314,7 @@
                                 ALPHA_AMASK_PAT|ALPHA_AMASK_PMI)
 
 #define        ALPHA_AMASK_BITS                                                \
-    "\20\17PMI\12PAT\11MVI\3CIX\2FIX\1BWX"
+    "\20\15PMI\12PAT\11MVI\3CIX\2FIX\1BWX"
 
 /*
  * Chip family IDs returned by implver instruction



Home | Main Index | Thread Index | Old Index