mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
The simcall asm macro assumes Windowed ABI parameter passing in registers, and doesn't work if its containing function gets inlined. This fix prevents that from happening. Signed-off-by: Marc Gauthier <marc@tensilica.com>