summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2016-12-18 17:46:53 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2016-12-18 17:46:53 +0000
commit0fc53316af06bc493b313203c74b4f79ac080ccd (patch)
treead5bf71c58e439695c56e64e6807df60c5465616 /sys/arch
parenteb9a3f94977e6e50469e27dc2a238cad9c45a3cb (diff)
Adjust OpenBSD/arm64 files with FreeBSD origin to show the upstream
revision. Prompted by mikeb@.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm64/arm64/exception.S5
-rw-r--r--sys/arch/arm64/arm64/trap.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/arm64/arm64/exception.S b/sys/arch/arm64/arm64/exception.S
index 5c0ffe546ad..ba07b5d9daf 100644
--- a/sys/arch/arm64/arm64/exception.S
+++ b/sys/arch/arm64/arm64/exception.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: exception.S,v 1.1 2016/12/17 23:38:33 patrick Exp $ */
+/* $OpenBSD: exception.S,v 1.2 2016/12/18 17:46:52 patrick Exp $ */
/*-
* Copyright (c) 2014 Andrew Turner
* All rights reserved.
@@ -27,6 +27,9 @@
*/
#include <machine/asm.h>
+#if 0
+__FBSDID("$FreeBSD: head/sys/arm64/arm64/exception.S 297028 2016-03-18 16:18:29Z andrew $");
+#endif
#include "assym.h"
diff --git a/sys/arch/arm64/arm64/trap.c b/sys/arch/arm64/arm64/trap.c
index 3f505e52791..de0fc2e5f0a 100644
--- a/sys/arch/arm64/arm64/trap.c
+++ b/sys/arch/arm64/arm64/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.1 2016/12/17 23:38:33 patrick Exp $ */
+/* $OpenBSD: trap.c,v 1.2 2016/12/18 17:46:52 patrick Exp $ */
/*-
* Copyright (c) 2014 Andrew Turner
* All rights reserved.
@@ -27,6 +27,9 @@
*/
#include <sys/cdefs.h>
+#if 0
+__FBSDID("$FreeBSD: head/sys/arm64/arm64/trap.c 281654 2015-04-17 12:58:09Z andrew $");
+#endif
#include <sys/param.h>
#include <sys/systm.h>