summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-02 16:32:55 +0000
committerobrien <obrien@FreeBSD.org>2003-06-02 16:32:55 +0000
commit999f42eba36ce96985034b6046cf8225601ae498 (patch)
tree7c94ea2ccbe186ab5d2f7ca6104f8bc24c234978 /sys/amd64
parente41badac0ac3cc9aef1d142d0fa7cd6fd8524008 (diff)
downloadFreeBSD-src-999f42eba36ce96985034b6046cf8225601ae498.zip
FreeBSD-src-999f42eba36ce96985034b6046cf8225601ae498.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/prof_machdep.c5
-rw-r--r--sys/amd64/isa/nmi.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys/amd64/amd64/prof_machdep.c b/sys/amd64/amd64/prof_machdep.c
index 65d35f8..4c3a21e 100644
--- a/sys/amd64/amd64/prof_machdep.c
+++ b/sys/amd64/amd64/prof_machdep.c
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifdef GUPROF
#include "opt_i586_guprof.h"
#include "opt_perfmon.h"
diff --git a/sys/amd64/isa/nmi.c b/sys/amd64/isa/nmi.c
index b026955..9a3a807 100644
--- a/sys/amd64/isa/nmi.c
+++ b/sys/amd64/isa/nmi.c
@@ -34,9 +34,11 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_auto_eoi.h"
#include "opt_isa.h"
#include "opt_mca.h"
OpenPOWER on IntegriCloud