]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/xen/mmu.c
pvops-64: call paravirt_post_allocator_init() on setup_arch()
[karo-tx-linux.git] / arch / x86 / xen / mmu.c
index ff0aa74afaa1ae01ce1a3bd45a907af1cd04e3ea..ebd6900e331c04d3c138b356a0cf17ffdf505735 100644 (file)
@@ -656,9 +656,11 @@ void xen_mm_pin_all(void)
        spin_unlock_irqrestore(&pgd_lock, flags);
 }
 
-/* The init_mm pagetable is really pinned as soon as its created, but
-   that's before we have page structures to store the bits.  So do all
-   the book-keeping now. */
+/*
+ * The init_mm pagetable is really pinned as soon as its created, but
+ * that's before we have page structures to store the bits.  So do all
+ * the book-keeping now.
+ */
 static __init int mark_pinned(struct page *page, enum pt_level level)
 {
        SetPagePinned(page);