Remove prototype of ia64_pa_access(). The function has been moved to
mem.c where it's been made static.
This commit is contained in:
parent
7ddfb7e48d
commit
a81b699337
@ -114,7 +114,6 @@ int ia64_highfp_drop(struct thread *);
|
|||||||
int ia64_highfp_load(struct thread *);
|
int ia64_highfp_load(struct thread *);
|
||||||
int ia64_highfp_save(struct thread *);
|
int ia64_highfp_save(struct thread *);
|
||||||
void ia64_init(void);
|
void ia64_init(void);
|
||||||
int ia64_pa_access(u_long);
|
|
||||||
void init_prom_interface(struct rpb*);
|
void init_prom_interface(struct rpb*);
|
||||||
void interrupt(u_int64_t, struct trapframe *);
|
void interrupt(u_int64_t, struct trapframe *);
|
||||||
void machine_check(unsigned long, struct trapframe *, unsigned long,
|
void machine_check(unsigned long, struct trapframe *, unsigned long,
|
||||||
|
Loading…
Reference in New Issue
Block a user