> It would be nice to see a bit of spirited reviewing from the affected arch
> maintainers and mm people...

I'm 100% in favour of the direction this patch is taking ... eventually
it will allow getting rid of several config options, and thus 2^several
less config options to test.

On the question of whether it should be squeezed into 2.6.23 ... I have
mixed feelings.  On the negative side:

1) There is a small performance regression for ia64 (which is promised
to go away when bigger pages are used for the mem_map, but I'd like to
see that this really does fix the issue).

2) Fujitsu pointed out that there is work to be done to port HOTPLUG
code to this.

On the positive side:
1) There are few ia64 developers working on -mm ... so progress will
continue to be glacial unless this goes into mainline.

2) The patch appears to co-exist with all the existing CONFIG options,
so it doesn't break anything (well, all my test configs still compile
cleanly ... I haven't actually test booted them all yet).

Finally one gripe with the current version of the patch.  This debug
trace is WAY too verbose during boot!

mm/sparse.c
+                       printk(KERN_DEBUG "[%lx-%lx] PTE ->%p on node %d\n",
+                               addr, addr + PAGE_SIZE - 1, p, node);

-Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to