PERFORCE change 139373 for review

Warner Losh imp at FreeBSD.org
Fri Apr 4 20:09:18 UTC 2008


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

Change 139373 by imp at imp_paco-paco on 2008/04/04 20:08:56

	Diff reduction with CVS

Affected files ...

.. //depot/projects/arm/src/sys/arm/arm/cpufunc_asm_arm11.S#3 edit
.. //depot/projects/arm/src/sys/arm/arm/cpufunc_asm_armv5.S#3 edit
.. //depot/projects/arm/src/sys/arm/arm/cpufunc_asm_armv5_ec.S#3 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/arm/cpufunc_asm_arm11.S#3 (text+ko) ====

@@ -35,6 +35,7 @@
  */
  
 #include <machine/asm.h>
+__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_arm11.S,v 1.1 2007/10/18 05:33:05 imp Exp $");
 
 /*
  * Functions to set the MMU Translation Table Base register

==== //depot/projects/arm/src/sys/arm/arm/cpufunc_asm_armv5.S#3 (text+ko) ====

@@ -34,7 +34,7 @@
  */
  
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_armv5.S,v 1.1 2007/10/18 05:33:05 imp Exp $");
 
 /*
  * Functions to set the MMU Translation Table Base register

==== //depot/projects/arm/src/sys/arm/arm/cpufunc_asm_armv5_ec.S#3 (text+ko) ====

@@ -37,7 +37,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_armv5_ec.S,v 1.1 2007/10/18 05:33:05 imp Exp $");
 
 /*
  * Functions to set the MMU Translation Table Base register


More information about the p4-projects mailing list