Michael Schmitz <[email protected]> writes: > Hi, > > node_present_pages(node) returns false: > > m68k_setup_node: node 0 addr 0 size 14680064 > m68k_setup_node: node 0 not present! > m68k_setup_node: node 1 addr 16777216 size 268435456 > m68k_setup_node: node 1 not present!
That's because paging_init calls m68k_setup_node before free_area_init_node, which is where node_present_pages is set. Andreas. -- Andreas Schwab, [email protected] GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
