Indentation nit.

This commit is contained in:
martin 2002-09-29 09:07:45 +00:00
parent 9e0869ba07
commit 7c1bc900ef
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.129 2002/09/27 15:36:51 provos Exp $ */
/* $NetBSD: machdep.c,v 1.130 2002/09/29 09:07:45 martin Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -1817,7 +1817,7 @@ sparc_bus_map(t, addr, size, flags, unused, hp)
if (pm_flags & PMAP_LITTLE)
hp->_asi = ASI_PHYS_NON_CACHED_LITTLE;
else
hp->_asi = ASI_PHYS_NON_CACHED;
hp->_asi = ASI_PHYS_NON_CACHED;
hp->_sasi = ASI_PHYS_NON_CACHED;
return (0);
}