]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In cpu_thread_setup(), set md_pcbpaddr to the physical address of
authorMarcel Moolenaar <marcel@FreeBSD.org>
Thu, 31 Jul 2003 01:05:34 +0000 (01:05 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Thu, 31 Jul 2003 01:05:34 +0000 (01:05 +0000)
commit8b04492f2c89a3b1a696cd2050eee6faecd53e2d
tree0bd29a17031884b8a116589866af6da2cfaa84b8
parent1fc434dc9aed71818d8d8d71e4e3897aa3536587
In cpu_thread_setup(), set md_pcbpaddr to the physical address of
the pcb. We use the physical address for context switching.
While here, fix a nearby style(9) bug.
sys/alpha/alpha/vm_machdep.c