-
- Downloads
[PATCH] ioc4: Enable build on non-SN2
The SGI PCI-RT card, based on the SGI IOC4 chip, will be made available on Altix XE (x86_64) platforms in the near future. As such it is now a misnomer for the IOC4 base device driver to live under drivers/sn, and would complicate builds for non-SN2. This patch moves the IOC4 base driver code from drivers/sn to drivers/misc, and updates the associated Makefiles and Kconfig files to allow building on non-SN2 configs. Due to the resulting change in link order, it is now necessary to use late_initcall() for IOC4 subdriver initialization. [akpm@osdl.org: __udivdi3 fix] [akpm@osdl.org: fix default in Kconfig] Acked-by:Pat Gefre <pfg@sgi.com> Acked-by:
Jeremy Higdon <jeremy@sgi.com> Signed-off-by:
Brent Casavant <bcasavan@sgi.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- drivers/Kconfig 4 additions, 2 deletionsdrivers/Kconfig
- drivers/ide/pci/sgiioc4.c 1 addition, 1 deletiondrivers/ide/pci/sgiioc4.c
- drivers/misc/Kconfig 11 additions, 0 deletionsdrivers/misc/Kconfig
- drivers/misc/Makefile 1 addition, 0 deletionsdrivers/misc/Makefile
- drivers/misc/ioc4.c 5 additions, 6 deletionsdrivers/misc/ioc4.c
- drivers/serial/ioc4_serial.c 1 addition, 1 deletiondrivers/serial/ioc4_serial.c
- drivers/sn/Kconfig 0 additions, 12 deletionsdrivers/sn/Kconfig
- drivers/sn/Makefile 0 additions, 1 deletiondrivers/sn/Makefile
Loading
Please register or sign in to comment