Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 20:09:17 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139373 for review
Message-ID:  <200804042009.m34K9HLW001170@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139373

Change 139373 by imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804042009.m34K9HLW001170>