Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2006 17:08:47 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110239 for review
Message-ID:  <200611211708.kALH8llW065134@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110239

Change 110239 by imp@imp_lighthouse on 2006/11/19 05:07:47

	Compile fix
	
	Obtained from:	sam

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91.c#23 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/at91.c#23 (text+ko) ====

@@ -69,7 +69,7 @@
 }
 
 static void
-at91_bs_unmap(void *t, bus_size_t size)
+at91_bs_unmap(void *t, bus_space_handle_t h, bus_size_t size)
 {
 	vm_offset_t va, endva;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611211708.kALH8llW065134>