diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-03-17 19:14:13 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-03-17 19:14:13 +0000 |
| commit | a480c73063b0c186392133171588894e45aa69c7 (patch) | |
| tree | 58f47145a8d06003684503f70e0ba6fc9e1e871a | |
| parent | 56a6b03a6de2eadefc32fe4e18ba2d0bbb2c544c (diff) | |
Notes
| -rw-r--r-- | sys/amd64/include/apicreg.h | 2 | ||||
| -rw-r--r-- | sys/i386/include/apic.h | 2 | ||||
| -rw-r--r-- | sys/i386/include/apicreg.h | 2 |
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 */ |
