[Buildroot] [PATCH] configs/qemu: enable SMP for x86 & x86_64

Gustavo Zacarias gustavo at zacarias.com.ar
Fri Jan 8 13:29:50 UTC 2016


This is the 21st century, so enable SMP for them.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 board/qemu/x86/linux-4.3.config    | 1 +
 board/qemu/x86_64/linux-4.3.config | 1 +
 2 files changed, 2 insertions(+)

diff --git a/board/qemu/x86/linux-4.3.config b/board/qemu/x86/linux-4.3.config
index 20726c3..4dcc995 100644
--- a/board/qemu/x86/linux-4.3.config
+++ b/board/qemu/x86/linux-4.3.config
@@ -1,4 +1,5 @@
 CONFIG_SYSVIPC=y
+CONFIG_SMP=y
 CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
diff --git a/board/qemu/x86_64/linux-4.3.config b/board/qemu/x86_64/linux-4.3.config
index 20726c3..4dcc995 100644
--- a/board/qemu/x86_64/linux-4.3.config
+++ b/board/qemu/x86_64/linux-4.3.config
@@ -1,4 +1,5 @@
 CONFIG_SYSVIPC=y
+CONFIG_SMP=y
 CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
-- 
2.4.10



More information about the buildroot mailing list