diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
commit | 5cd221028ba5e7ada35a0dd196fb642b44f197d1 (patch) | |
tree | d019bfe23aa5d3b5b6bb2c54e65e169e3c463b12 /lib/libpthread/arch/powerpc | |
parent | 665ce17da44f98ae193440703de789dedfb6a72c (diff) |
Diffstat (limited to 'lib/libpthread/arch/powerpc')
-rw-r--r-- | lib/libpthread/arch/powerpc/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libpthread/arch/powerpc/include/atomic_ops.h | 2 | ||||
-rw-r--r-- | lib/libpthread/arch/powerpc/include/pthread_md.h | 2 | ||||
-rw-r--r-- | lib/libpthread/arch/powerpc/powerpc/assym.c | 2 | ||||
-rw-r--r-- | lib/libpthread/arch/powerpc/powerpc/assym.s | 2 | ||||
-rw-r--r-- | lib/libpthread/arch/powerpc/powerpc/context.S | 2 | ||||
-rw-r--r-- | lib/libpthread/arch/powerpc/powerpc/enter_uts.S | 2 | ||||
-rw-r--r-- | lib/libpthread/arch/powerpc/powerpc/pthread_md.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/libpthread/arch/powerpc/Makefile.inc b/lib/libpthread/arch/powerpc/Makefile.inc index f4417a6ceb874..60b3ccbf80062 100644 --- a/lib/libpthread/arch/powerpc/Makefile.inc +++ b/lib/libpthread/arch/powerpc/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libpthread/arch/powerpc/Makefile.inc,v 1.1 2004/07/19 12:19:04 grehan Exp $ # XXX temporary CFLAGS+=-DSYSTEM_SCOPE_ONLY diff --git a/lib/libpthread/arch/powerpc/include/atomic_ops.h b/lib/libpthread/arch/powerpc/include/atomic_ops.h index 8068e6f030a3e..38f297bd2cc95 100644 --- a/lib/libpthread/arch/powerpc/include/atomic_ops.h +++ b/lib/libpthread/arch/powerpc/include/atomic_ops.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libpthread/arch/powerpc/include/atomic_ops.h,v 1.1 2004/07/19 12:19:04 grehan Exp $ */ #ifndef _ATOMIC_OPS_H_ diff --git a/lib/libpthread/arch/powerpc/include/pthread_md.h b/lib/libpthread/arch/powerpc/include/pthread_md.h index 2b13e4bc11cd1..544dfde3b21ec 100644 --- a/lib/libpthread/arch/powerpc/include/pthread_md.h +++ b/lib/libpthread/arch/powerpc/include/pthread_md.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libpthread/arch/powerpc/include/pthread_md.h,v 1.3.2.1 2006/09/02 19:41:20 marcel Exp $ */ /* diff --git a/lib/libpthread/arch/powerpc/powerpc/assym.c b/lib/libpthread/arch/powerpc/powerpc/assym.c index a8479e774585c..d8d33ac4c597f 100644 --- a/lib/libpthread/arch/powerpc/powerpc/assym.c +++ b/lib/libpthread/arch/powerpc/powerpc/assym.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libpthread/arch/powerpc/powerpc/assym.c,v 1.1 2004/07/19 12:19:04 grehan Exp $ */ /* Used to generate mcontext_t offsets */ diff --git a/lib/libpthread/arch/powerpc/powerpc/assym.s b/lib/libpthread/arch/powerpc/powerpc/assym.s index 7017c15153d5f..31923fb40d4b5 100644 --- a/lib/libpthread/arch/powerpc/powerpc/assym.s +++ b/lib/libpthread/arch/powerpc/powerpc/assym.s @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libpthread/arch/powerpc/powerpc/assym.s,v 1.1 2004/07/19 12:19:04 grehan Exp $ */ /* diff --git a/lib/libpthread/arch/powerpc/powerpc/context.S b/lib/libpthread/arch/powerpc/powerpc/context.S index 34d175ac69606..1a54577fc4848 100644 --- a/lib/libpthread/arch/powerpc/powerpc/context.S +++ b/lib/libpthread/arch/powerpc/powerpc/context.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libpthread/arch/powerpc/powerpc/context.S,v 1.1 2004/07/19 12:19:04 grehan Exp $"); #include "assym.s" diff --git a/lib/libpthread/arch/powerpc/powerpc/enter_uts.S b/lib/libpthread/arch/powerpc/powerpc/enter_uts.S index 7cc4d7ff3df4f..45a624ad269f4 100644 --- a/lib/libpthread/arch/powerpc/powerpc/enter_uts.S +++ b/lib/libpthread/arch/powerpc/powerpc/enter_uts.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libpthread/arch/powerpc/powerpc/enter_uts.S,v 1.1 2004/07/19 12:19:04 grehan Exp $"); /* * _ppc32_enter_uts(struct kse_mailbox *km, kse_func_t uts, void *stack, diff --git a/lib/libpthread/arch/powerpc/powerpc/pthread_md.c b/lib/libpthread/arch/powerpc/powerpc/pthread_md.c index 7aa5ee90f1865..bf752a12dc904 100644 --- a/lib/libpthread/arch/powerpc/powerpc/pthread_md.c +++ b/lib/libpthread/arch/powerpc/powerpc/pthread_md.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libpthread/arch/powerpc/powerpc/pthread_md.c,v 1.2.2.1 2006/09/02 19:41:21 marcel Exp $"); #include <stdlib.h> #include <strings.h> |