diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-20 23:50:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-20 23:50:27 +0000 |
commit | 72919904796333a20c6a5d5c380091b42e407aa9 (patch) | |
tree | 0d40300f31cfb7ff67e0e1ea98c1c1058f82d148 /arch/mips64/defconfig-ip27 | |
parent | be8574a19cef3002c2d9041596bcf8fa3570d218 (diff) |
Add {get,put}_user()-style functions that are protected against DBE.
Unlike the IRIX functions they only have one instruction overhead per
access, don't involve subroutine calls or any spinlocks, so are
implicitly threadsafe.
Add PCI infrastructure for SN0 + the necessary fixups for IOC3
brokeness.
Diffstat (limited to 'arch/mips64/defconfig-ip27')
-rw-r--r-- | arch/mips64/defconfig-ip27 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips64/defconfig-ip27 b/arch/mips64/defconfig-ip27 index e96745afc..0261dd61c 100644 --- a/arch/mips64/defconfig-ip27 +++ b/arch/mips64/defconfig-ip27 @@ -16,6 +16,7 @@ CONFIG_SGI_IP27=y CONFIG_BOOT_ELF64=y CONFIG_ARC64=y CONFIG_COHERENT_IO=y +CONFIG_PCI=y # # CPU selection @@ -55,6 +56,7 @@ CONFIG_BINFMT_ELF=y # Please see Documentation/ide.txt for help/info on IDE drives # # CONFIG_BLK_DEV_HD_ONLY is not set +# CONFIG_BLK_CPQ_DA is not set # # Additional Block Devices |