[SPARC64]: Allow CONFIG_MEMORY_HOTPLUG to build.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 19 Mar 2006 03:16:23 +0000 (19:16 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:16:40 +0000 (01:16 -0800)
online_page() is straightforward, and then add a dummy
remove_memory() that returns -EINVAL just like i386.

There is no point in implementing remove_memory() since
__remove_pages() has no implementation either.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found