Date: Thu, 17 Apr 2008 05:22:48 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 140161 for review Message-ID: <200804170522.m3H5Mmxh045290@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=140161 Change 140161 by marcel@marcel_cluster on 2008/04/17 05:21:58 Declare ia64_pgtbl and ia64_pgtblsz as extern. Affected files ... .. //depot/projects/ia64/sys/boot/ia64/common/libia64.h#5 edit Differences ... ==== //depot/projects/ia64/sys/boot/ia64/common/libia64.h#5 (text+ko) ==== @@ -45,6 +45,9 @@ * and shared by all loader implementations. */ +extern uint64_t *ia64_pgtbl; +extern uint32_t ia64_pgtblsz; + extern int ia64_autoload(void); extern ssize_t ia64_copyin(const void *, vm_offset_t, size_t);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804170522.m3H5Mmxh045290>