diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
commit | 26c52663cb5e53422c188e65b45755f348c2fbf3 (patch) | |
tree | ce5e00519cf30405f3c973b12ab6ef8fa8f2b338 /lib/libpthread/arch/powerpc | |
parent | 28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (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 33a58b55af992..808d690cecdc7 100644 --- a/lib/libpthread/arch/powerpc/include/pthread_md.h +++ b/lib/libpthread/arch/powerpc/include/pthread_md.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/pthread_md.h,v 1.3 2004/08/16 05:41:38 grehan 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 c8445b177c546..1edcc2e498329 100644 --- a/lib/libpthread/arch/powerpc/powerpc/pthread_md.c +++ b/lib/libpthread/arch/powerpc/powerpc/pthread_md.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libpthread/arch/powerpc/powerpc/pthread_md.c,v 1.2 2004/08/16 05:41:39 grehan Exp $"); #include <stdlib.h> #include <strings.h> |