diff options
author | Michael Neuling <mikey@neuling.org> | 2013-05-26 20:30:56 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-06-01 00:29:23 +0200 |
commit | b75c100ef24894bd2c8b52e123bcc5f191c5d9fd (patch) | |
tree | ec15563f8fb0aeb0f8dc97066a06c9261ce0c94f /arch/powerpc/include/uapi/asm/Kbuild | |
parent | powerpc/tm: Abort on emulation and alignment faults (diff) | |
download | linux-b75c100ef24894bd2c8b52e123bcc5f191c5d9fd.tar.xz linux-b75c100ef24894bd2c8b52e123bcc5f191c5d9fd.zip |
powerpc/tm: Move TM abort cause codes to uapi
These cause codes are usable by userspace, so let's export to uapi.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Cc: <stable@vger.kernel.org> # v3.9
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/powerpc/include/uapi/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/Kbuild b/arch/powerpc/include/uapi/asm/Kbuild index f7bca6370745..5182c8622b54 100644 --- a/arch/powerpc/include/uapi/asm/Kbuild +++ b/arch/powerpc/include/uapi/asm/Kbuild @@ -40,6 +40,7 @@ header-y += statfs.h header-y += swab.h header-y += termbits.h header-y += termios.h +header-y += tm.h header-y += types.h header-y += ucontext.h header-y += unistd.h |