mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Modernize SCM ID.
This commit is contained in:
parent
7c9824f7a1
commit
76dcc6cba9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94643
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue