Subject: re: CVS commit: src/sys/ufs/ffs
To: Christos Zoulas <christos@zoulas.com>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 06/25/2005 19:26:23
   
   | On Mon, 30 May 2005, Christos Zoulas wrote:
   | > Modified Files:
   | > 	src/sys/ufs/ffs: ffs_softdep.c
   | >
   | > Log Message:
   | > rename delay because it is a function on sparc.
   | 
   | Wasn't it agreed that MI variables take precedence over MD variables? I 
   | think there was something about ncpus on sparc64, and sparc64 was changed.
   | I think that should happen here, too.
   
   sure, let's do it.

in this case, isn't delay() an MI api?  ie, the change you made is "right".