summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-29 11:44:35 +0000
committerdfr <dfr@FreeBSD.org>2001-09-29 11:44:35 +0000
commit532d5998d457b019acd659e389d2725a8d8933db (patch)
treec41a74fbe4bb8a7a4e5645b01699d3f5964c2f67 /sys/ia64/include/cpu.h
parent81fce8d1d70b830956323cf7bb96f267d82f6219 (diff)
downloadFreeBSD-src-532d5998d457b019acd659e389d2725a8d8933db.zip
FreeBSD-src-532d5998d457b019acd659e389d2725a8d8933db.tar.gz
Add a couple of arguments to ia64_init. I'll use them later to improve
the method of passing bootinfo from the loader.
Diffstat (limited to 'sys/ia64/include/cpu.h')
-rw-r--r--sys/ia64/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index d7dfde8..4b6baab 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -116,7 +116,7 @@ void exception_restore __P((void)); /* MAGIC */
void frametoreg __P((struct trapframe *, struct reg *));
long fswintrberr __P((void)); /* MAGIC */
int ia64_pa_access __P((u_long));
-void ia64_init __P((void));
+void ia64_init __P((u_int64_t, u_int64_t));
void ia64_fpstate_check __P((struct thread *p));
void ia64_fpstate_save __P((struct thread *p, int write));
void ia64_fpstate_drop __P((struct thread *p));
OpenPOWER on IntegriCloud