PERFORCE change 140161 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Apr 17 05:22:49 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=140161

Change 140161 by marcel at 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);


More information about the p4-projects mailing list