Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch



On 21 November 2011 01:11, Jean-Yves Migeon <jym%netbsd.org@localhost> 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


Home | Main Index | Thread Index | Old Index