summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/pal.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-10-04 17:53:03 +0000
committerdfr <dfr@FreeBSD.org>2000-10-04 17:53:03 +0000
commit5135c38a27d3cf791a98f149db31afd9e1a5294a (patch)
tree3a6ede195decd815dd3beddc3900c7b50bab5f32 /sys/ia64/include/pal.h
parenta8379965c23bf71569dbac1e3f5c49bc1a1eea6d (diff)
downloadFreeBSD-src-5135c38a27d3cf791a98f149db31afd9e1a5294a.zip
FreeBSD-src-5135c38a27d3cf791a98f149db31afd9e1a5294a.tar.gz
Next round of fixes to the ia64 code. This includes simulated clock and
disk drivers along with a load of fixes to context switching, fork handling and a load of other stuff I can't remember now. This takes us as far as start_init() before it dies. I guess now I will have to finish off the VM system and syscall handling :-).
Diffstat (limited to 'sys/ia64/include/pal.h')
-rw-r--r--sys/ia64/include/pal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/include/pal.h b/sys/ia64/include/pal.h
index 39c12a4..f492608 100644
--- a/sys/ia64/include/pal.h
+++ b/sys/ia64/include/pal.h
@@ -88,8 +88,8 @@ struct ia64_pal_result {
};
extern struct ia64_pal_result
- ia64_call_pal_static(u_int64_t proc, u_int64_t arg1,
- u_int64_t arg2, u_int64_t arg3);
+ ia64_call_pal(u_int64_t proc, u_int64_t arg1,
+ u_int64_t arg2, u_int64_t arg3);
#endif /* _MACHINE_PAL_H_ */
OpenPOWER on IntegriCloud