From: Will Deacon Date: Fri, 16 Jan 2015 13:52:14 +0000 (+0000) Subject: arm64: uapi: expose our struct ucontext to the uapi headers X-Git-Tag: fixes-v4.0-rc1~133^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b36543df336d9158e1a763fe97251885f52c5c;p=pandora-kernel.git arm64: uapi: expose our struct ucontext to the uapi headers arm64 defines its own ucontext structure which is incompatible with the struct defined (and exposed to userspace by) the asm-generic headers. glibc carries its own struct definition that is compatible with the arm64 definition, but we should expose our format in the uapi headers in case other libraries want to make use of the ucontext pushed as part of an arm64 sigframe. This patch moves the arm64 asm/ucontext.h to the uapi headers, along with the necessary #include of linux/types.h. Cc: Arnd Bergmann Cc: Marcus Shawcroft Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed