Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CONFIG_X86_DEBUG_FPU build failure #9049

Merged
merged 1 commit into from
Jul 17, 2019

Commits on Jul 17, 2019

  1. Fix CONFIG_X86_DEBUG_FPU build failure

    When CONFIG_X86_DEBUG_FPU is defined the alternatives_patched symbol
    is pulled in as a dependency which results in a build failure.  To
    prevent this undefine CONFIG_X86_DEBUG_FPU to disable the WARN_ON_FPU()
    macro and rely on WARN_ON_ONCE debugging checks which were previously
    added.
    
    Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
    Issue openzfs#9041
    behlendorf committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    298dc50 View commit details
    Browse the repository at this point in the history