Module Name: src
Committed By: maxv
Date: Thu Aug 11 15:45:39 UTC 2016
Modified Files:
src/sys/arch/amd64/include: i82093reg.h
Log Message:
Use absolute addressing mode, just like the rest.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amd64/include/i82093reg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/include/i82093reg.h
diff -u src/sys/arch/amd64/include/i82093reg.h:1.5 src/sys/arch/amd64/include/i82093reg.h:1.6
--- src/sys/arch/amd64/include/i82093reg.h:1.5 Thu Jul 3 14:02:25 2008
+++ src/sys/arch/amd64/include/i82093reg.h Thu Aug 11 15:45:39 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: i82093reg.h,v 1.5 2008/07/03 14:02:25 drochner Exp $ */
+/* $NetBSD: i82093reg.h,v 1.6 2016/08/11 15:45:39 maxv Exp $ */
#include <x86/i82093reg.h>
@@ -9,7 +9,7 @@
#endif
#define ioapic_asm_ack(num) \
- movl $0,(_C_LABEL(local_apic)+LAPIC_EOI)(%rip)
+ movl $0,_C_LABEL(local_apic)+LAPIC_EOI
#ifdef MULTIPROCESSOR