]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add processor and system headers
authorRichard Kuo <rkuo@codeaurora.org>
Wed, 14 Sep 2011 00:50:27 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Sep 2011 00:50:27 +0000 (10:50 +1000)
commit0ed00ce7717cffc558c110489512df16126cb438
tree2d8be8664ffc201a0d8602c6edd29459b1625b5d
parent12fff2907a643343d6ad7812cb8a1b896013a08f
Hexagon: Add processor and system headers

Adds Hexagon information for processor/system type stuff
like context switching, register access, and irqflags.

Changed cpu_relax() to call __vmyield().

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Signed-off-by: Linas Vepstas <linas@codeaurora.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/hexagon/include/asm/asm-offsets.h [new file with mode: 0644]
arch/hexagon/include/asm/irqflags.h [new file with mode: 0644]
arch/hexagon/include/asm/processor.h [new file with mode: 0644]
arch/hexagon/include/asm/registers.h [new file with mode: 0644]
arch/hexagon/include/asm/system.h [new file with mode: 0644]