aboutsummaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/gdt.c2
-rw-r--r--sys/arch/amd64/idt.c2
-rw-r--r--sys/arch/amd64/machdep.c2
-rw-r--r--sys/arch/amd64/trap.S2
-rw-r--r--sys/arch/amd64/trap.c2
5 files changed, 0 insertions, 10 deletions
diff --git a/sys/arch/amd64/gdt.c b/sys/arch/amd64/gdt.c
index cb32837..b1f3220 100644
--- a/sys/arch/amd64/gdt.c
+++ b/sys/arch/amd64/gdt.c
@@ -27,8 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
-
#include <machine/gdt.h>
struct gdt_entry g_gdt[256] = {
diff --git a/sys/arch/amd64/idt.c b/sys/arch/amd64/idt.c
index 46eb1f8..05ec7cb 100644
--- a/sys/arch/amd64/idt.c
+++ b/sys/arch/amd64/idt.c
@@ -27,8 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
-
#include <machine/idt.h>
static struct idt_entry idt[256];
diff --git a/sys/arch/amd64/machdep.c b/sys/arch/amd64/machdep.c
index 902dd5e..97f17a7 100644
--- a/sys/arch/amd64/machdep.c
+++ b/sys/arch/amd64/machdep.c
@@ -27,8 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
-
#include <sys/machdep.h>
#include <sys/cdefs.h>
#include <machine/trap.h>
diff --git a/sys/arch/amd64/trap.S b/sys/arch/amd64/trap.S
index 31792c5..d10c0b3 100644
--- a/sys/arch/amd64/trap.S
+++ b/sys/arch/amd64/trap.S
@@ -27,8 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
-
#include <machine/frame.h>
#include <machine/trap.h>
diff --git a/sys/arch/amd64/trap.c b/sys/arch/amd64/trap.c
index 93ae17c..af61d0f 100644
--- a/sys/arch/amd64/trap.c
+++ b/sys/arch/amd64/trap.c
@@ -27,8 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
-
#include <machine/trap.h>
#include <sys/cdefs.h>
#include <sys/spinlock.h>