Whitespace.
This commit is contained in:
parent
5510a708c4
commit
66f14d2965
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: bus.c,v 1.2 2000/03/31 14:51:49 soren Exp $ */
|
||||
/* $NetBSD: bus.c,v 1.3 2000/05/29 15:42:47 soren Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -86,7 +86,6 @@ bus_space_map(t, bpa, size, flags, bshp)
|
|||
{
|
||||
int cacheable = flags & BUS_SPACE_MAP_CACHEABLE;
|
||||
|
||||
|
||||
if (cacheable)
|
||||
*bshp = MIPS_PHYS_TO_KSEG0(bpa);
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue