PERFORCE change 128402 for review

Andrew Turner andrew at FreeBSD.org
Wed Oct 31 02:12:43 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=128402

Change 128402 by andrew at andrew_hermies on 2007/10/31 09:12:34

	Fix s3c2xx0_space.c to let it compile

Affected files ...

.. //depot/projects/arm/src/sys/arm/s3c2xx0/s3c2xx0_space.c#3 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/s3c2xx0/s3c2xx0_space.c#3 (text+ko) ====

@@ -200,7 +200,7 @@
 }
 
 void
-s3c2xx0_bs_unmap(void *t, bus_size_t size)
+s3c2xx0_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