Modernize SCM ID.

This commit is contained in:
David E. O'Brien 2002-04-14 07:07:09 +00:00
parent 7c9824f7a1
commit 76dcc6cba9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94643

View file

@ -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)