commit | 79e6b0d93dbf30d8a919805167f115bb42b6da7f | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jul 28 12:56:26 2020 +0300 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Aug 03 10:46:56 2020 +0800 |
tree | 33c7af4b2c65dd9215d51de5815884bb8e310f3a | |
parent | 3303fe303ad9e8c968ce88a6f46931cf71b197c2 [diff] |
x86: call32: Append appropriate suffixes Assembler is not happy: arch/x86/cpu/call32.S: Assembler messages: arch/x86/cpu/call32.S:36: Warning: no instruction mnemonic suffix given and no register operands; using default for `retf' Fix this by adding appropriate suffixes to the assembler commands. Fixes: 6f92ed8f1abf ("x86: Add a way to call 32-bit code from 64-bit mode") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>