commit | a4dbc5ee52e8741522a2f87067b80116c6c7a934 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Thu Oct 14 15:14:29 2010 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Thu Oct 14 15:14:29 2010 -0400 |
tree | fc746caaac94740c81efb3ac5316fa01ab88cbed | |
parent | 13c9d5a6309763a494f7c3ed5aa45fb473985fd7 [diff] |
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 <cmetcalf@tilera.com>