summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include/frame.h')
-rw-r--r--sys/sparc64/include/frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sparc64/include/frame.h b/sys/sparc64/include/frame.h
index 9d1c0c6..5151ef2 100644
--- a/sys/sparc64/include/frame.h
+++ b/sys/sparc64/include/frame.h
@@ -80,10 +80,10 @@ struct rwindow {
u_long rw_in[8];
};
-struct proc;
+struct thread;
-int rwindow_save(struct proc *p);
-int rwindow_load(struct proc *p, struct trapframe *tf, int n);
+int rwindow_save(struct thread *td);
+int rwindow_load(struct thread *td, struct trapframe *tf, int n);
int kdb_trap(struct trapframe *tf);
OpenPOWER on IntegriCloud