mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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. [[email protected]: __udivdi3 fix] [[email protected]: fix default in Kconfig] Acked-by: Pat Gefre <[email protected]> Acked-by: Jeremy Higdon <[email protected]> Signed-off-by: Brent Casavant <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
7 lines
81 B
Makefile
7 lines
81 B
Makefile
#
|
|
# Makefile for the Altix device drivers.
|
|
#
|
|
#
|
|
|
|
obj-$(CONFIG_SGI_IOC3) += ioc3.o
|