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: tegra-9.12.3~21296 X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff_plain;h=385910f2b275a636238f70844f1b6da9fda6f2da;hp=385910f2b275a636238f70844f1b6da9fda6f2da;ds=inline 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 ---