aboutsummaryrefslogtreecommitdiff
path: root/arch/tile/include/asm/kexec.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf1-0/+12
Signed-off-by: Chris Metcalf <[email protected]>
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+53
This change is the core kernel support for TILEPro and TILE64 chips. No driver support (except the console driver) is included yet. This includes the relevant Linux headers in asm/; the low-level low-level "Tile architecture" headers in arch/, which are shared with the hypervisor, etc., and are build-system agnostic; and the relevant hypervisor headers in hv/. Signed-off-by: Chris Metcalf <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: FUJITA Tomonori <[email protected]> Reviewed-by: Paul Mundt <[email protected]>