diff options
| -rw-r--r-- | sys/alpha/alpha/pal.s | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/alpha/alpha/pal.s b/sys/alpha/alpha/pal.s index 2e5031237265..121ddd18bc48 100644 --- a/sys/alpha/alpha/pal.s +++ b/sys/alpha/alpha/pal.s @@ -23,8 +23,6 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. - * - * $FreeBSD$ */ /* @@ -42,6 +40,7 @@ #include <machine/asm.h> __KERNEL_RCSID(1, "$NetBSD: pal.s,v 1.12 1998/02/27 03:44:53 thorpej Exp $"); +__FBSDID("$FreeBSD$"); inc2: .stabs __FILE__,132,0,0,inc2 .text @@ -370,5 +369,3 @@ LEAF(alpha_pal_wrperfmon,2) call_pal PAL_OSF1_wrperfmon RET END(alpha_pal_wrperfmon) - - |
