diff options
author | sigsegv7 <ian@vegaa.systems> | 2023-09-12 02:33:31 -0400 |
---|---|---|
committer | sigsegv7 <ian@vegaa.systems> | 2023-09-12 02:33:31 -0400 |
commit | 71ab2bb3ed3aa8f12229e1c55fcc1f885a82f7e2 (patch) | |
tree | b3008c8db617b9799d493703dd814d8b5cfb524c /sys/include/arch/amd64 | |
parent | 153baecaf150112fc06690cb5faad880e8bf5083 (diff) |
project-wide: migrate to git
Diffstat (limited to 'sys/include/arch/amd64')
-rw-r--r-- | sys/include/arch/amd64/frame.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/gdt.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/idt.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/trap.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/sys/include/arch/amd64/frame.h b/sys/include/arch/amd64/frame.h index 6239eff..8f7f8ca 100644 --- a/sys/include/arch/amd64/frame.h +++ b/sys/include/arch/amd64/frame.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _AMD64_FRAME_H_ #define _AMD64_FRAME_H_ diff --git a/sys/include/arch/amd64/gdt.h b/sys/include/arch/amd64/gdt.h index 2b7f308..e83a94d 100644 --- a/sys/include/arch/amd64/gdt.h +++ b/sys/include/arch/amd64/gdt.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef AMD64_GDT_H_ #define AMD64_GDT_H_ diff --git a/sys/include/arch/amd64/idt.h b/sys/include/arch/amd64/idt.h index d3b623d..774947a 100644 --- a/sys/include/arch/amd64/idt.h +++ b/sys/include/arch/amd64/idt.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _AMD64_IDT_H_ #define _AMD64_IDT_H_ diff --git a/sys/include/arch/amd64/trap.h b/sys/include/arch/amd64/trap.h index e72ae11..a9841bd 100644 --- a/sys/include/arch/amd64/trap.h +++ b/sys/include/arch/amd64/trap.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _AMD64_TRAP_H_ #define _AMD64_TRAP_H_ |