Sprinle RCSID
This commit is contained in:
parent
1fdf1827c5
commit
321454a08d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: lock_stubs_llsc.S,v 1.5 2016/07/11 16:15:36 matt Exp $ */
|
||||
/* $NetBSD: lock_stubs_llsc.S,v 1.6 2016/07/27 09:32:35 skrll Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2007 The NetBSD Foundation, Inc.
|
||||
|
@ -37,6 +37,8 @@
|
|||
|
||||
#include <machine/asm.h>
|
||||
|
||||
RCSID("$NetBSD: lock_stubs_llsc.S,v 1.6 2016/07/27 09:32:35 skrll Exp $")
|
||||
|
||||
#include "assym.h"
|
||||
|
||||
#if defined(DIAGNOSTIC) || defined(MULTIPROCESSOR)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: lock_stubs_ras.S,v 1.6 2016/07/11 16:15:36 matt Exp $ */
|
||||
/* $NetBSD: lock_stubs_ras.S,v 1.7 2016/07/27 09:32:35 skrll Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2007 The NetBSD Foundation, Inc.
|
||||
|
@ -37,6 +37,8 @@
|
|||
|
||||
#include <machine/asm.h>
|
||||
|
||||
RCSID("$NetBSD: lock_stubs_ras.S,v 1.7 2016/07/27 09:32:35 skrll Exp $")
|
||||
|
||||
#include "assym.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore.S,v 1.203 2016/07/26 05:52:55 skrll Exp $ */
|
||||
/* $NetBSD: locore.S,v 1.204 2016/07/27 09:32:35 skrll Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -62,6 +62,8 @@
|
|||
#include <mips/cpuregs.h>
|
||||
#include <mips/trap.h>
|
||||
|
||||
RCSID("$NetBSD: locore.S,v 1.204 2016/07/27 09:32:35 skrll Exp $")
|
||||
|
||||
#include "assym.h"
|
||||
|
||||
#if defined(MIPS1) || defined(MIPS2)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore_mips1.S,v 1.90 2016/07/21 12:17:07 skrll Exp $ */
|
||||
/* $NetBSD: locore_mips1.S,v 1.91 2016/07/27 09:32:35 skrll Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -57,6 +57,8 @@
|
|||
#include <mips/asm.h>
|
||||
#include <mips/cpuregs.h>
|
||||
|
||||
RCSID("$NetBSD: locore_mips1.S,v 1.91 2016/07/27 09:32:35 skrll Exp $")
|
||||
|
||||
#include "assym.h"
|
||||
|
||||
#define _SLLV sllv
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore_mips3.S,v 1.112 2016/07/11 16:15:36 matt Exp $ */
|
||||
/* $NetBSD: locore_mips3.S,v 1.113 2016/07/27 09:32:35 skrll Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
|
||||
|
@ -92,6 +92,8 @@
|
|||
#include <mips/asm.h>
|
||||
#include <mips/cpuregs.h>
|
||||
|
||||
RCSID("$NetBSD: locore_mips3.S,v 1.113 2016/07/27 09:32:35 skrll Exp $")
|
||||
|
||||
#include "assym.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore_octeon.S,v 1.9 2016/07/11 16:15:36 matt Exp $ */
|
||||
/* $NetBSD: locore_octeon.S,v 1.10 2016/07/27 09:32:35 skrll Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Internet Initiative Japan, Inc.
|
||||
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
#include <mips/asm.h>
|
||||
RCSID("$NetBSD: locore_octeon.S,v 1.9 2016/07/11 16:15:36 matt Exp $")
|
||||
RCSID("$NetBSD: locore_octeon.S,v 1.10 2016/07/27 09:32:35 skrll Exp $")
|
||||
|
||||
#include "cpunode.h" /* for NWDOG */
|
||||
#include "opt_cputype.h"
|
||||
|
@ -37,6 +37,8 @@ RCSID("$NetBSD: locore_octeon.S,v 1.9 2016/07/11 16:15:36 matt Exp $")
|
|||
#include <mips/cpuregs.h>
|
||||
#include <arch/mips/cavium/dev/octeon_corereg.h>
|
||||
|
||||
RCSID("$NetBSD: locore_octeon.S,v 1.10 2016/07/27 09:32:35 skrll Exp $")
|
||||
|
||||
#include "assym.h"
|
||||
|
||||
#define _CP0_READ64(_cp0) \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sigcode.S,v 1.4 2011/04/26 16:36:41 joerg Exp $ */
|
||||
/* $NetBSD: sigcode.S,v 1.5 2016/07/27 09:32:35 skrll Exp $ */
|
||||
|
||||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_compat_ultrix.h"
|
||||
|
@ -14,6 +14,9 @@
|
|||
#endif
|
||||
|
||||
#include <mips/asm.h>
|
||||
|
||||
RCSID("$NetBSD: sigcode.S,v 1.5 2016/07/27 09:32:35 skrll Exp $")
|
||||
|
||||
#include "assym.h"
|
||||
|
||||
.set noreorder
|
||||
|
|
Loading…
Reference in New Issue