Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include sun4v: SUN4V_TLB_TSB_LOCK define sh...



details:   https://anonhg.NetBSD.org/src/rev/03fc06e24042
branches:  trunk
changeset: 327254:03fc06e24042
user:      palle <palle%NetBSD.org@localhost>
date:      Mon Mar 03 05:05:09 2014 +0000

description:
sun4v: SUN4V_TLB_TSB_LOCK define should have the same LL (instead of UL) as the other defines

diffstat:

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

diffs (18 lines):

diff -r 3deb108b969a -r 03fc06e24042 sys/arch/sparc64/include/pte.h
--- a/sys/arch/sparc64/include/pte.h    Mon Mar 03 03:28:55 2014 +0000
+++ b/sys/arch/sparc64/include/pte.h    Mon Mar 03 05:05:09 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pte.h,v 1.25 2014/02/21 18:00:09 palle Exp $ */
+/*     $NetBSD: pte.h,v 1.26 2014/03/03 05:05:09 palle Exp $ */
 
 /*
  * Copyright (c) 1996-1999 Eduardo Horvath
@@ -241,7 +241,7 @@
 #define SUN4V_TLB_ACCESS       0x0000000000000010LL
 #define SUN4V_TLB_MODIFY       0x0000000000000020LL
 #define SUN4V_TLB_REAL_W       0x2000000000000000LL
-#define SUN4V_TLB_TSB_LOCK     0x1000000000000000UL
+#define SUN4V_TLB_TSB_LOCK     0x1000000000000000LL
 #define SUN4V_TLB_L             SUN4V_TLB_TSB_LOCK     
 #define SUN4V_TLB_EXEC         SUN4V_TLB_X
 #define SUN4V_TLB_EXEC_ONLY    0x0200000000000000LL



Home | Main Index | Thread Index | Old Index