[PATCH v1 1/2] x86: sipi_vector: Append appropriate suffixes

Bin Meng bmeng.cn at gmail.com
Mon Aug 3 04:45:40 CEST 2020


On Sat, Aug 1, 2020 at 8:26 AM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Tue, Jul 28, 2020 at 5:56 PM Andy Shevchenko
> <andriy.shevchenko at linux.intel.com> wrote:
> >
> > Assembler is not happy:
> >
> > arch/x86/cpu/sipi_vector.S: Assembler messages:
> > arch/x86/cpu/sipi_vector.S:134: Warning: no instruction mnemonic suffix given and no register operands; using default for `cmp'
> > arch/x86/cpu/sipi_vector.S:139: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts'
> > arch/x86/cpu/sipi_vector.S:157: Warning: no instruction mnemonic suffix given and no register operands; using default for `cmp'
> >
> > Fix this by adding appropriate suffixes to the assembler commands.
> >
> > Fixes: 45b5a37836d5 ("x86: Add multi-processor init")
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> > ---
> >  arch/x86/cpu/sipi_vector.S | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list