Date: Sun, 4 Nov 2001 21:55:34 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 sal.c Message-ID: <200111050555.fA55tY206125@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2001/11/04 21:55:34 PST Modified files: sys/ia64/ia64 sal.c Log: Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it's actually the address of the function descriptor. The fdesc has both the address of the function and it's corresponding gp value. Now that we have a gp value, use it instead of passing 0. Revision Changes Path 1.5 +2 -1 src/sys/ia64/ia64/sal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111050555.fA55tY206125>