#
5d007d6b |
| 25-May-2023 |
kurt <kurt@openbsd.org> |
Work around sparc64 WITNESS kernel failing to load by moving large witness data structures from bss to be allocated in witness_initialize().
Tested on sparc64, amd64, arm64, i386, octeon. okay miod@
|
#
d7848516 |
| 12-Jul-2008 |
kettenis <kettenis@openbsd.org> |
Add a temporary hack to attach only the first thread of every core for MULTIPROCESSOR kernels. We map 'struct cpuinfo' at the same virtual address on every processor, but since threads on the same c
Add a temporary hack to attach only the first thread of every core for MULTIPROCESSOR kernels. We map 'struct cpuinfo' at the same virtual address on every processor, but since threads on the same core share an MMU this doesn't quite work. With the hack we are at least able to use the other core (and any additional processors).
show more ...
|
#
6e697324 |
| 06-Jul-2008 |
kettenis <kettenis@openbsd.org> |
Enable ssm(4) and remove hacks that worked around the fact that we didn't have it.
|
#
9079f3ed |
| 10-Jun-2008 |
kettenis <kettenis@openbsd.org> |
Add cmp(4), a dummy driver to make attaching CMT cpus easier.
|
#
94cf83c6 |
| 17-Oct-2007 |
kettenis <kettenis@openbsd.org> |
Let other people build sparc64 bsd.mp too.
|