diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-06 03:29:39 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-06 03:29:39 +0000 |
commit | 4ff3c0a835b12eec3d76c3c145ed243840ddca94 (patch) | |
tree | 1044fadf8a5c468159831970ed28fc27af64b411 /arch/mips64/config.in | |
parent | 448ade02e6a7fb60bc6e7f1756e6c45bff6bb038 (diff) |
Initial rudimentary support for mapped kernel. The kernel text and data
are placed in the cksseg area, and such behavior is tuned thru a make
option (off by default). Basis for future kernel text replication and
partitioning work/study.
Diffstat (limited to 'arch/mips64/config.in')
-rw-r--r-- | arch/mips64/config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in index 430ab6a7c..65d0ce996 100644 --- a/arch/mips64/config.in +++ b/arch/mips64/config.in @@ -17,7 +17,8 @@ bool 'Support for SGI IP27' CONFIG_SGI_IP27 if [ "$CONFIG_SGI_IP27" = "y" ]; then bool ' IP27 N-Mode' CONFIG_SGI_SN0_N_MODE bool ' Discontiguous Memory Support' CONFIG_DISCONTIGMEM - bool ' Multi-Processing support' CONFIG_SMP + bool ' Mapped kernel support' CONFIG_MAPPED_KERNEL + bool ' Multi-Processing support (Experimental)' CONFIG_SMP #bool ' IP27 XXL' CONFIG_SGI_SN0_XXL fi endmenu |