mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Enable SMP for both Exynos5 models we support.
This commit is contained in:
parent
f0687d366a
commit
d17024dfd7
2 changed files with 2 additions and 2 deletions
|
|
@ -51,6 +51,8 @@ options PREEMPTION
|
|||
options FREEBSD_BOOT_LOADER
|
||||
options VFP # vfp/neon
|
||||
|
||||
options SMP
|
||||
|
||||
# Debugging
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
options BREAK_TO_DEBUGGER
|
||||
|
|
|
|||
|
|
@ -21,7 +21,5 @@ ident EXYNOS5250
|
|||
include "EXYNOS5.common"
|
||||
include "../samsung/exynos/std.exynos5250"
|
||||
|
||||
options SMP
|
||||
|
||||
#FDT
|
||||
options FDT
|
||||
|
|
|
|||
Loading…
Reference in a new issue