commit | 2011b1d0d31ae469c7a075061e03b7d4f5b49ba6 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Thu Dec 08 12:46:37 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Dec 19 14:41:18 2011 +1100 |
tree | c96f73a8dafe4c298842bb6896073841c2520cbe | |
parent | 28e86bdbc9863d3d81711db02abedbc54528099e [diff] |
powerpc/mm: Fix section mismatch for read_n_cells read_n_cells() cannot be marked as .devinit.text since it is referenced from two functions that are not in that section: of_get_lmb_size() and hot_add_drconf_scn_to_nid(). Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>