diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-12 18:02:09 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-12 18:02:09 +0000 |
commit | 17adfedca60bc231027cde57642647f9bb32b396 (patch) | |
tree | 0a88180d1147f6da38c4effddab0f8530a1304d0 /arch/mips64/config.in | |
parent | 96680a4e6d55df5988c7b9fae26b459c4e94fb95 (diff) |
Add in a build/config option for kernel text replication.
Diffstat (limited to 'arch/mips64/config.in')
-rw-r--r-- | arch/mips64/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in index 65d0ce996..098aef1b4 100644 --- a/arch/mips64/config.in +++ b/arch/mips64/config.in @@ -18,6 +18,7 @@ if [ "$CONFIG_SGI_IP27" = "y" ]; then bool ' IP27 N-Mode' CONFIG_SGI_SN0_N_MODE bool ' Discontiguous Memory Support' CONFIG_DISCONTIGMEM bool ' Mapped kernel support' CONFIG_MAPPED_KERNEL + bool ' Kernel text replication support' CONFIG_REPLICATE_KTEXT bool ' Multi-Processing support (Experimental)' CONFIG_SMP #bool ' IP27 XXL' CONFIG_SGI_SN0_XXL fi |