From: Chris Metcalf Date: Thu, 14 Oct 2010 19:14:29 +0000 (-0400) Subject: arch/tile: change lower bound on syscall error return to -4095 X-Git-Tag: v2.6.37-rc1~103^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4dbc5ee52e8741522a2f87067b80116c6c7a934;p=pandora-kernel.git arch/tile: change lower bound on syscall error return to -4095 Previously we were using -1023, which is fine for normal syscall error returns, but the common value in use for other platforms is -4095, and one Tilera-specific driver does use values in the -1100 range, so tickled this bug. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed