Subject: CVS commit: syssrc/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 11/13/2001 05:04:51
Module Name:	syssrc
Committed By:	uwe
Date:		Tue Nov 13 03:04:51 UTC 2001

Modified Files:
	syssrc/sys/arch/sparc/sparc: cache.c cache.h iommu.c

Log Message:
Move dvma_cachealign to cache.c where it belongs and declare it in
cache.h, so that kernel can be linked without iommu support (for the
sake of microSPARC-IIep that has a very different iotlb).


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 syssrc/sys/arch/sparc/sparc/cache.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/sparc/sparc/cache.h
cvs rdiff -r1.60 -r1.61 syssrc/sys/arch/sparc/sparc/iommu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.