aboutsummaryrefslogtreecommitdiff
path: root/arch/tile/include/asm
AgeCommit message (Collapse)AuthorFilesLines
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf116-0/+12011
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]>