PERFORCE change 144668 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Jul 4 21:21:07 UTC 2008


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

Change 144668 by hselasky at hselasky_laptop001 on 2008/07/04 21:20:50

	
	Align buffer properly. ARM processors cannot
	read unaligned words or double words.

Affected files ...

.. //depot/projects/usb/src/sys/arm/at91/at91_mci.c#4 edit

Differences ...

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

@@ -80,7 +80,7 @@
 	int bus_busy;
 	struct mmc_request *req;
 	struct mmc_command *curcmd;
-	char bounce_buffer[BBSZ];
+	uint32_t bounce_buffer[BBSZ/4];
 };
 
 static inline uint32_t


More information about the p4-projects mailing list