PERFORCE change 101898 for review

Kevin Lo kevlo at FreeBSD.org
Wed Jul 19 04:26:14 UTC 2006


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

Change 101898 by kevlo at kevlo_monet on 2006/07/19 04:26:08

	Use u_int32_t instead of int.

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425.c#5 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425.c#5 (text+ko) ====

@@ -165,7 +165,7 @@
 void
 cpu_reset()
 {
-	int reg;
+	u_int32_t reg;
 
 	(void) disable_interrupts(I32_bit|F32_bit);
 	IXPREG(IXP425_INT_ENABLE) = 0;


More information about the p4-projects mailing list