[PATCH] CONFIG_IA32
Add CONFIG_X86_32 for i386. This allows selecting options that only apply to 32-bit systems. (X86 && !X86_64) becomes X86_32 (X86 || X86_64) becomes X86 Signed-off-by: Brian Gerst <bgerst@didntduck.org> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
4276d32260
commit
0d078f6f96
@@ -113,7 +113,7 @@ int pciehp_unconfigure_device(struct pci_func* func)
|
||||
*/
|
||||
int pciehp_set_irq (u8 bus_num, u8 dev_num, u8 int_pin, u8 irq_num)
|
||||
{
|
||||
#if defined(CONFIG_X86) && !defined(CONFIG_X86_IO_APIC) && !defined(CONFIG_X86_64)
|
||||
#if defined(CONFIG_X86_32) && !defined(CONFIG_X86_IO_APIC)
|
||||
int rc;
|
||||
u16 temp_word;
|
||||
struct pci_dev fakedev;
|
||||
|
Reference in New Issue
Block a user