summaryrefslogtreecommitdiffstats
path: root/arch/metag/mm/numa.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-08metag: off by one in setup_bootmem_node()Dan Carpenter1-1/+1
If "nid == MAX_NUMNODES" then we write beyond the end of the node_data[] array. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: James Hogan <james.hogan@imgtec.com>
2013-03-02metag: TCM supportJames Hogan1-0/+81
Add some TCM support Signed-off-by: James Hogan <james.hogan@imgtec.com>