summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-06-04 22:46:27 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-06-04 22:46:27 +0000
commitc2e4eb969f26e37d21e014c67ce1e9523fa87cfc (patch)
treef9b4c994279bd7bf4fc89d40744405593a421c51
parentc07665ebc0978cc880a54a6cfc82f8e5cdeeccfe (diff)
Notes
-rw-r--r--sys/amd64/amd64/vm_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c
index f978290f9d34..768fbeb98867 100644
--- a/sys/amd64/amd64/vm_machdep.c
+++ b/sys/amd64/amd64/vm_machdep.c
@@ -219,7 +219,7 @@ cpu_thread_setup(struct thread *td)
* such as those generated in thread_userret() itself.
*/
void
-cpu_set_upcall(struct thread *td, void *pcb)
+cpu_set_upcall(struct thread *td, struct thread *td0)
{
}