From: H. Peter Anvin Date: Fri, 10 Feb 2012 21:58:56 +0000 (-0800) Subject: sysinfo: Use explicit types in X-Git-Tag: v3.4-rc1~33^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=109a1f32d0d3e23545f0286f2d6e0a80298f629d;p=pandora-kernel.git sysinfo: Use explicit types in Change to use explicitly sized types. Replace long/unsigned long with __kernel_[u]long_t so that a non-legacy 32-bit ABI running on a 64-bit kernel can export those as 64-bit types. Originally-by: H. J. Lu Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed