From: Haavard Skinnemoen Date: Fri, 27 Apr 2007 12:21:47 +0000 (+0200) Subject: [AVR32] Fix compile error with gcc 4.1 X-Git-Tag: v2.6.22-rc1~1131^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8224ca195874525533665bbcd23b6da1e575aa4d;p=pandora-kernel.git [AVR32] Fix compile error with gcc 4.1 gcc 4.1 doesn't seem to like const variables as inline assembly outputs. Drop support for reading 64-bit values using get_user() so that we can use an unsigned long to hold the result regardless of the actual size. This should be safe since many architectures, including i386, doesn't support reading 64-bit values with get_user(). Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed