PERFORCE change 110239 for review
Warner Losh
imp at FreeBSD.org
Tue Nov 21 17:18:10 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=110239
Change 110239 by imp at 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;
More information about the p4-projects
mailing list