Subject: re: CVS commit: syssrc/sys/arch/sparc/sparc
To: None <darrenr@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 10/28/2001 22:57:19
   
   Modified Files:
   	syssrc/sys/arch/sparc/sparc: iommu.c
   
   Log Message:
   fix so it compiles on a system without 'options SUN4M'


hmm... not sure this is really the right fix.


having iommu support without sun4m support is extra weight
you can't use.  the right fix seems to be to avoid compiling
iommu.c entirely if !SUN4M...


.mrg.