diff options
author | Ravikiran G Thirumalai <kiran@scalex86.org> | 2006-01-11 16:46:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 22:05:01 -0500 |
commit | 79f12614a6537cc3ac9ca4d1ea26f6e4f4a34aee (patch) | |
tree | 25167c8862ad7733c7e044b0aad67e4291a0681b /include/linux/pci_ids.h | |
parent | 5fd63b308569060ffa40af52ed122d9734111bff (diff) |
[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_arch
Introduce vSMP arch to the kernel.
This patch:
1. Adds CONFIG_X86_VSMP
2. Adds machine specific macros for local_irq_disabled, local_irq_enabled
and irqs_disabled
3. Writes to the vSMP CTL device to indicate kernel compiled with CONFIG_VSMP
Signed-off-by: Ravikiran Thirumalai <kiran@scalemp.com>
Signed-off-by: Shai Fultheim <shai@scalemp.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index f55c98a68aa9..7fb397e3f2d3 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2152,6 +2152,9 @@ | |||
2152 | #define PCI_DEVICE_ID_INTEL_IXP2800 0x9004 | 2152 | #define PCI_DEVICE_ID_INTEL_IXP2800 0x9004 |
2153 | #define PCI_DEVICE_ID_INTEL_S21152BB 0xb152 | 2153 | #define PCI_DEVICE_ID_INTEL_S21152BB 0xb152 |
2154 | 2154 | ||
2155 | #define PCI_VENDOR_ID_SCALEMP 0x8686 | ||
2156 | #define PCI_DEVICE_ID_SCALEMP_VSMP_CTL 0x1010 | ||
2157 | |||
2155 | #define PCI_VENDOR_ID_COMPUTONE 0x8e0e | 2158 | #define PCI_VENDOR_ID_COMPUTONE 0x8e0e |
2156 | #define PCI_DEVICE_ID_COMPUTONE_IP2EX 0x0291 | 2159 | #define PCI_DEVICE_ID_COMPUTONE_IP2EX 0x0291 |
2157 | #define PCI_DEVICE_ID_COMPUTONE_PG 0x0302 | 2160 | #define PCI_DEVICE_ID_COMPUTONE_PG 0x0302 |