From: H. Peter Anvin Date: Tue, 14 Feb 2012 20:58:56 +0000 (-0800) Subject: aio: Use __kernel_ulong_t to define aio_context_t X-Git-Tag: v3.4-rc1~33^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff88943a1471440cc6be7a11a942a5a8232bee61;p=pandora-kernel.git aio: Use __kernel_ulong_t to define aio_context_t Rather than using "unsigned long" which is ABI-dependent, use __kernel_ulong_t to define the externally visible type aio_context_t. Note: the change in this form will cause unsigned long/unsigned int differences on existing ABIs. If that is unacceptable we may have to define a new type. Signed-off-by: H. Peter Anvin Cc: Benjamin LaHaise --- Reading git-diff-tree failed