[SPARC64]: Allow CONFIG_MEMORY_HOTPLUG to build.
commit88d7079458f87d6f2d2261b2f87b7b9416019f5e
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 19 Mar 2006 03:16:23 +0000 (18 19:16 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:16:40 +0000 (20 01:16 -0800)
tree7e27074dcb05a795c15ed9455134c9e676b63aff
parent9b4006dcf6a8c43bd482b9c1ec576f0ed270ef23
[SPARC64]: Allow CONFIG_MEMORY_HOTPLUG to build.

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>
arch/sparc64/mm/init.c