Skip to content
Snippets Groups Projects
init_64.c 24.6 KiB
Newer Older
  • Learn to ignore specific revisions
  • 			} else
    				vmemmap_verify((pte_t *)pmd, node, addr, next);
    
    Thomas Gleixner's avatar
    Thomas Gleixner committed
    		}
    
    
    void __meminit vmemmap_populate_print_last(void)
    {
    	if (p_start) {
    		printk(KERN_DEBUG " [%lx-%lx] PMD -> [%p-%p] on node %d\n",
    			addr_start, addr_end-1, p_start, p_end-1, node_start);
    		p_start = NULL;
    		p_end = NULL;
    		node_start = 0;
    	}
    }