]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add processor and system headers
authorRichard Kuo <rkuo@codeaurora.org>
Tue, 13 Sep 2011 00:37:56 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2011 00:37:56 +0000 (10:37 +1000)
commit5d38c92933f4fd1bda09c682be97ac731b5a445e
treec15a6cd3123308daa3d29e23f1dc74275abb7a97
parent4ba63feed08c640cf99978aa62df3b8658d9b36d
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]