|
@@ -25,6 +25,15 @@ unsigned long __meminitdata pgt_buf_top;
|
|
|
|
|
|
|
|
static unsigned long min_pfn_mapped;
|
|
static unsigned long min_pfn_mapped;
|
|
|
|
|
|
|
|
|
|
+/*
|
|
|
|
|
+ * Pages returned are already directly mapped.
|
|
|
|
|
+ *
|
|
|
|
|
+ * Changing that is likely to break Xen, see commit:
|
|
|
|
|
+ *
|
|
|
|
|
+ * 279b706 x86,xen: introduce x86_init.mapping.pagetable_reserve
|
|
|
|
|
+ *
|
|
|
|
|
+ * for detailed information.
|
|
|
|
|
+ */
|
|
|
__ref void *alloc_low_pages(unsigned int num)
|
|
__ref void *alloc_low_pages(unsigned int num)
|
|
|
{
|
|
{
|
|
|
unsigned long pfn;
|
|
unsigned long pfn;
|