Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include BLOCK_SIZE->SPARC64_BLOCK_SIZE
details: https://anonhg.NetBSD.org/src/rev/56b27a624725
branches: trunk
changeset: 767329:56b27a624725
user: riz <riz%NetBSD.org@localhost>
date: Fri Jul 15 19:30:08 2011 +0000
description:
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.
diffstat:
sys/arch/sparc/include/psl.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r edb41ad73cfe -r 56b27a624725 sys/arch/sparc/include/psl.h
--- a/sys/arch/sparc/include/psl.h Fri Jul 15 19:19:55 2011 +0000
+++ b/sys/arch/sparc/include/psl.h Fri Jul 15 19:30:08 2011 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index