HomeFreeBSD

Fix gcc warning in kfpu_begin()

Description

Fix gcc warning in kfpu_begin()

Observed when building on CentOS 8 Stream. Remove the out
label at the end of the function and instead return.

  linux/simd_x86.h: In function 'kfpu_begin':
  linux/simd_x86.h:337:1: error: label at end of compound statement

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Attila Fülöp <attila@fueloep.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #13089

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Feb 11 2022, 10:31 PM
Tony Hutter <hutter2@llnl.gov>Committed on Feb 17 2022, 1:58 AM
Parents
rGd24bdf4ee434: zpool-import.8: WARNING should be emphasised
Branches
Unknown
Tags
Unknown

Event Timeline

Tony Hutter <hutter2@llnl.gov> committed rGf4c2b21823e7: Fix gcc warning in kfpu_begin() (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Feb 17 2022, 1:58 AM