diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-04-12 20:03:31 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-04-12 20:03:31 +0000 |
commit | 18548770ceb43d52ee677c5245f94ac9312a4001 (patch) | |
tree | 75fd8931e3a864ed0c9ae8a1c9f99653e81d7186 | |
parent | 38c35830ad56f2a735767a6e3cc3700dcb8cec67 (diff) | |
download | installation-guide-18548770ceb43d52ee677c5245f94ac9312a4001.zip |
ppc64el kernels support SMP by default
-rw-r--r-- | build/arch-options/ppc64el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/arch-options/ppc64el b/build/arch-options/ppc64el index a2dc361e5..b311a2967 100644 --- a/build/arch-options/ppc64el +++ b/build/arch-options/ppc64el @@ -21,6 +21,6 @@ network="supports-tftp;supports-bootp;supports-nfsroot" boot="bootable-disk" frontend="newt" other="supports-serial-console" -smp="supports-smp-sometimes" +smp="defaults-smp" goodies="supports-lang-chooser" status="not-checked" |