]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sparc64: remove online_page()
authorAdrian Bunk <bunk@kernel.org>
Mon, 5 May 2008 19:38:58 +0000 (12:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 May 2008 19:38:58 +0000 (12:38 -0700)
commitabdefbdbd5c683ddcb1dd0d3dd414d02f078a5da
tree3c3af0c2b08b7542760a83b26995bff0b738f801
parent8376005ea471762e7a5957d5b9e788121c0ba726
sparc64: remove online_page()

The identical online_page() implementations from all architectures got
moved to mm/memory_hotplug.c - except for the sparc64 one that even was
dead code due to MEMORY_HOTPLUG not being available there.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/mm/init.c