diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-04 22:46:27 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-04 22:46:27 +0000 |
| commit | c2e4eb969f26e37d21e014c67ce1e9523fa87cfc (patch) | |
| tree | f9b4c994279bd7bf4fc89d40744405593a421c51 | |
| parent | c07665ebc0978cc880a54a6cfc82f8e5cdeeccfe (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/vm_machdep.c | 2 |
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) { } |
