Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/include Use absolute addressing mode, just li...
details: https://anonhg.NetBSD.org/src/rev/6529c0328c83
branches: trunk
changeset: 347054:6529c0328c83
user: maxv <maxv%NetBSD.org@localhost>
date: Thu Aug 11 15:45:39 2016 +0000
description:
Use absolute addressing mode, just like the rest.
diffstat:
sys/arch/amd64/include/i82093reg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e6392fccf8a8 -r 6529c0328c83 sys/arch/amd64/include/i82093reg.h
--- a/sys/arch/amd64/include/i82093reg.h Thu Aug 11 15:35:10 2016 +0000
+++ b/sys/arch/amd64/include/i82093reg.h Thu Aug 11 15:45:39 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index