Module Name: src
Committed By: riz
Date: Fri Jul 15 19:30:08 UTC 2011
Modified Files:
src/sys/arch/sparc/include: psl.h
Log Message:
BLOCK_SIZE->SPARC64_BLOCK_SIZE
BLOCK_ALIGN->SPARC64_BLOCK_ALIGN
XXX these values are unused in sparc; this is merely to keep the sparc
and sparc64 versions of psl.h in sync, and to allow sparc to build again.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/sparc/include/psl.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/sparc/include/psl.h
diff -u src/sys/arch/sparc/include/psl.h:1.45 src/sys/arch/sparc/include/psl.h:1.46
--- src/sys/arch/sparc/include/psl.h:1.45 Sat May 16 17:16:12 2009
+++ src/sys/arch/sparc/include/psl.h Fri Jul 15 19:30:08 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: psl.h,v 1.45 2009/05/16 17:16:12 martin Exp $ */
+/* $NetBSD: psl.h,v 1.46 2011/07/15 19:30:08 riz Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -223,8 +223,8 @@
#define CWP 0x01f
/* 64-byte alignment -- this seems the best place to put this. */
-#define BLOCK_SIZE 64
-#define BLOCK_ALIGN 0x3f
+#define SPARC64_BLOCK_SIZE 64
+#define SPARC64_BLOCK_ALIGN 0x3f
#if defined(_KERNEL) && !defined(_LOCORE)