metag: add exported <asm/ech.h> for extended context handling
authorJames Hogan <james.hogan@imgtec.com>
Tue, 26 Mar 2013 14:40:58 +0000 (14:40 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Wed, 27 Mar 2013 14:37:53 +0000 (14:37 +0000)
commit82bbb8325a232e29e1c2ae09200384ddb989c0d5
treee0304e1c7c63c9b5c253ef2d5eb1cda5120ca31f
parente605ff8c1a785f49801ad903846f62e609f954f7
metag: add exported <asm/ech.h> for extended context handling

Add an exported header file <asm/ech.h> containing the definitions of
some bits which can be set in D0.8 to indicate to the kernel that
certain DSP state should be preserved. The definitions have the same
names and values as the ones in the kernel-internal <asm/tbx.h>, to
make it easier for DSP assembly code to be compatible between Linux and
non-Linux operating systems.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/include/uapi/asm/Kbuild
arch/metag/include/uapi/asm/ech.h [new file with mode: 0644]