summaryrefslogtreecommitdiff
path: root/drivers/edac/tile_edac.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-02edac: say "TILEGx" not "TILEPro" for the tilegx edac driverChris Metcalf1-0/+4
This is just an aesthetic change but it was silly to say TILEPro when booting up on the tilegx architecture. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2011-03-10drivers/edac: provide support for tile architectureChris Metcalf1-0/+254
Add tile support for the EDAC driver, which provides unified system error (memory, PCI, etc.) reporting. For now, the TILEPro port reports memory correctable error (CE) only. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>