Module Name: src
Committed By: palle
Date: Mon Mar 3 05:05:09 UTC 2014
Modified Files:
src/sys/arch/sparc64/include: pte.h
Log Message:
sun4v: SUN4V_TLB_TSB_LOCK define should have the same LL (instead of UL) as the
other defines
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sparc64/include/pte.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc64/include/pte.h
diff -u src/sys/arch/sparc64/include/pte.h:1.25 src/sys/arch/sparc64/include/pte.h:1.26
--- src/sys/arch/sparc64/include/pte.h:1.25 Fri Feb 21 18:00:09 2014
+++ src/sys/arch/sparc64/include/pte.h Mon Mar 3 05:05:09 2014
@@ -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 @@ typedef struct sun4u_tte pte_t;
#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