]> git.baikalelectronics.ru Git - kernel.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)
commit638f119ba2d348f44915e9e9887fecb5d03cdc74
tree3c3af0c2b08b7542760a83b26995bff0b738f801
parentd1490c3e8b43540e2fc1e140d462237874ca3982
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