From 5819c3f9ff4d4529becd1b8ab0e0b80dec79ed2a Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Mon, 12 Apr 2010 13:07:21 +0000 Subject: [PATCH] Forgot to remove these in the previous commit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36183 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/arch/x86/apic.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/headers/private/kernel/arch/x86/apic.h b/headers/private/kernel/arch/x86/apic.h index e1ff1fa685..e53ffe6483 100644 --- a/headers/private/kernel/arch/x86/apic.h +++ b/headers/private/kernel/arch/x86/apic.h @@ -105,12 +105,6 @@ #define IOAPIC_VERSION 0x1 #define IOAPIC_ARB 0x2 #define IOAPIC_REDIR_TABLE 0x10 - -#define IPI_CACHE_FLUSH 0x40 -#define IPI_INV_TLB 0x41 -#define IPI_INV_PTE 0x42 -#define IPI_INV_RESCHED 0x43 -#define IPI_STOP 0x44 */ bool apic_available();