commit | 88d7079458f87d6f2d2261b2f87b7b9416019f5e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sat Mar 18 19:16:23 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Mar 20 01:16:40 2006 -0800 |
tree | 7e27074dcb05a795c15ed9455134c9e676b63aff | |
parent | 9b4006dcf6a8c43bd482b9c1ec576f0ed270ef23 [diff] |
[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>