diff options
author | Ben Hutchings <benh@debian.org> | 2015-04-12 21:42:06 +0000 |
---|---|---|
committer | Ben Hutchings <benh@debian.org> | 2015-04-12 21:42:06 +0000 |
commit | 0fe0a12c9fb62e67ee9bdd30812c9d55d6ee2be0 (patch) | |
tree | d0d0340ccea5501623c4e8936ef84e0fd7750d17 | |
parent | ded63ebe86a65c3febee2aa09e45c88e710e5cbe (diff) | |
download | installation-guide-0fe0a12c9fb62e67ee9bdd30812c9d55d6ee2be0.zip |
arm64 kernels support SMP by default
-rw-r--r-- | build/arch-options/arm64 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/arch-options/arm64 b/build/arch-options/arm64 index 4f8caa68d..e780f8726 100644 --- a/build/arch-options/arm64 +++ b/build/arch-options/arm64 @@ -12,8 +12,8 @@ arch_porturl="arm" # This is coming from the lowmem package minimum_memory=31 # These two options should be set if condition 'smp' is set below -smp_config_section="N/A" -smp_config_option="N/A" +smp_config_section="Kernel Features" +smp_config_option="Symmetric Multi-Processing" # Options below are assembled into one variable 'condition' # in the build scripts @@ -22,6 +22,6 @@ network="supports-tftp;supports-rarp;supports-bootp;supports-nfsroot" boot="" frontend="newt;not-gtk" other="supports-serial-console" -smp="" +smp="defaults-smp" goodies="supports-lang-chooser" status="not-checked" |