aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-03-17 19:14:13 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-03-17 19:14:13 +0000
commita480c73063b0c186392133171588894e45aa69c7 (patch)
tree58f47145a8d06003684503f70e0ba6fc9e1e871a
parent56a6b03a6de2eadefc32fe4e18ba2d0bbb2c544c (diff)
Notes
-rw-r--r--sys/amd64/include/apicreg.h2
-rw-r--r--sys/i386/include/apic.h2
-rw-r--r--sys/i386/include/apicreg.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/apicreg.h b/sys/amd64/include/apicreg.h
index 4acdeeec57b9f..e72ffb16063d7 100644
--- a/sys/amd64/include/apicreg.h
+++ b/sys/amd64/include/apicreg.h
@@ -290,7 +290,7 @@ typedef struct IOAPIC ioapic_t;
/* fields in ICR_HIGH */
-#define APIC_ID_MASK 0x0f000000
+#define APIC_ID_MASK 0xff000000
/* fields in LVT1/2 */
diff --git a/sys/i386/include/apic.h b/sys/i386/include/apic.h
index 4acdeeec57b9f..e72ffb16063d7 100644
--- a/sys/i386/include/apic.h
+++ b/sys/i386/include/apic.h
@@ -290,7 +290,7 @@ typedef struct IOAPIC ioapic_t;
/* fields in ICR_HIGH */
-#define APIC_ID_MASK 0x0f000000
+#define APIC_ID_MASK 0xff000000
/* fields in LVT1/2 */
diff --git a/sys/i386/include/apicreg.h b/sys/i386/include/apicreg.h
index 4acdeeec57b9f..e72ffb16063d7 100644
--- a/sys/i386/include/apicreg.h
+++ b/sys/i386/include/apicreg.h
@@ -290,7 +290,7 @@ typedef struct IOAPIC ioapic_t;
/* fields in ICR_HIGH */
-#define APIC_ID_MASK 0x0f000000
+#define APIC_ID_MASK 0xff000000
/* fields in LVT1/2 */