diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-11-05 05:55:33 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-11-05 05:55:33 +0000 |
| commit | 7ce535925ce9ddd608adfa6e644e3c360af38859 (patch) | |
| tree | 4358bfa174257a2e653be1e2b1cf69096cfe644e /sys | |
| parent | 0308a57783bbf70921e808c0418d273e7e3771a3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ia64/ia64/sal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/ia64/sal.c b/sys/ia64/ia64/sal.c index ef591156695b..bc435754768a 100644 --- a/sys/ia64/ia64/sal.c +++ b/sys/ia64/ia64/sal.c @@ -91,6 +91,7 @@ ia64_sal_init(struct sal_system_table *saltab) case 5: { struct sal_ap_wakeup_descriptor *dp; struct ia64_sal_result sal; + struct ia64_fdesc *fptr = (void*)os_boot_rendez; int ipi; dp = (struct sal_ap_wakeup_descriptor*)p; @@ -105,7 +106,7 @@ ia64_sal_init(struct sal_system_table *saltab) sal = ia64_sal_entry(SAL_SET_VECTORS, SAL_OS_BOOT_RENDEZ, - ia64_tpa((vm_offset_t)os_boot_rendez), 0, 0, + ia64_tpa(fptr->func), ia64_tpa(fptr->gp), 0, 0, 0, 0); mp_hardware = 1; |
