| commit | abdefbdbd5c683ddcb1dd0d3dd414d02f078a5da | [log] [tgz] |
|---|---|---|
| author | Adrian Bunk <bunk@kernel.org> | Mon May 05 12:38:58 2008 -0700 |
| committer | David S. Miller <davem@davemloft.net> | Mon May 05 12:38:58 2008 -0700 |
| tree | 3c3af0c2b08b7542760a83b26995bff0b738f801 | |
| parent | 8376005ea471762e7a5957d5b9e788121c0ba726 [diff] |
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>