diff options
author | marcel <marcel@FreeBSD.org> | 2003-07-26 10:13:30 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-07-26 10:13:30 +0000 |
commit | 09bfab1e9f141e658d5653869ce85e1f80b5b547 (patch) | |
tree | 68788b2b6d25c7c95a756ee47a8b540644d8468d /sys/ia64 | |
parent | 50f0523b786bdd5eadd5f5378e257f396f21c78f (diff) | |
download | FreeBSD-src-09bfab1e9f141e658d5653869ce85e1f80b5b547.zip FreeBSD-src-09bfab1e9f141e658d5653869ce85e1f80b5b547.tar.gz |
Remove prototype of ia64_pa_access(). The function has been moved to
mem.c where it's been made static.
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/include/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h index 114f217..da64afe 100644 --- a/sys/ia64/include/cpu.h +++ b/sys/ia64/include/cpu.h @@ -114,7 +114,6 @@ int ia64_highfp_drop(struct thread *); int ia64_highfp_load(struct thread *); int ia64_highfp_save(struct thread *); void ia64_init(void); -int ia64_pa_access(u_long); void init_prom_interface(struct rpb*); void interrupt(u_int64_t, struct trapframe *); void machine_check(unsigned long, struct trapframe *, unsigned long, |