On 21 November 2011 01:11, Jean-Yves Migeon <j...@netbsd.org> wrote:
> Module Name:    src
> Committed By:   jym
> Date:           Sun Nov 20 19:41:27 UTC 2011
>
> Modified Files:
>        src/sys/arch/x86/include: pmap.h

...

+#ifdef PAE
+void   pmap_map_recursive_entries(void);
+void   pmap_unmap_recursive_entries(void);
+#endif /* PAE */
+
 #endif /* XEN */


Since that's xen specific, can that go in xenpmap.h ?

Cheers,
-- 
~Cherry

Reply via email to