Fujitsu SPARC64-VI CPU's have two cores that have two threads each. Provide
authorkettenis <kettenis@openbsd.org>
Fri, 11 Jul 2008 14:23:53 +0000 (14:23 +0000)
committerkettenis <kettenis@openbsd.org>
Fri, 11 Jul 2008 14:23:53 +0000 (14:23 +0000)
commite5512404bcf96dce5f53eed387ebe92b64b9ef3c
treef883506472526658fa2954a7db92a6780f3ca0fd
parenta3687d8a93a47eb289dfdeb15514b7d881aeaf22
Fujitsu SPARC64-VI CPU's have two cores that have two threads each.  Provide
a core(4) device, representing these cores and attach cpu(4) devices to it
for each thread.
sys/arch/sparc64/conf/GENERIC
sys/arch/sparc64/conf/files.sparc64
sys/arch/sparc64/dev/core.c [new file with mode: 0644]
sys/arch/sparc64/sparc64/cpu.c