According to the home page OpenBSD for ARMv7, the kernel does not support SMP. Does this mean even if there are multiple cores in a CPU, only one core will work?
Asked
Active
Viewed 561 times
1 Answers
0
Does this mean even if there are multiple cores in a CPU, only one core will work?
Yes, multiple cores will not help for that fraction of processing that would otherwise benefit from parallel processing. SMP architecture applies to cores where each core is treated as a separate processor.

Emacs User
- 1,457
- 1
- 12
- 19