From: Linus Torvalds Date: Tue, 18 Apr 2006 20:22:59 +0000 (-0700) Subject: x86: be careful about tailcall breakage for sys_open[at] too X-Git-Tag: v2.6.17-rc2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385910f2b275a636238f70844f1b6da9fda6f2da;p=pandora-kernel.git x86: be careful about tailcall breakage for sys_open[at] too Came up through a quick grep for other cases similar to the ftruncate() one in commit 0a489cb3b6a7b277030cdbc97c2c65905db94536. Also, add a comment, so that people who read the code understand why we do what looks like a no-op. (Again, this won't actually matter to any sane user, since libc will save and restore the register gcc stomps on, but it's still wrong to stomp on it) Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed