Andreas Schwab wrote:
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.

Thanks - I had tried to move the code to just before the free_area_init_node loop and given up there.

Much appreciated,

 Michael

--
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

Reply via email to