• Linus Torvalds's avatar
    i386: mark do_test_wp_bit() noinline · 8756f2ef
    Linus Torvalds authored
    As reported by Zachary Amsden <zach@vmware.com>,
    some gcc versions will inline the function even when
    it is declared after the call-site. This particular
    function must not be inlined, since the exception
    recovery doesn't like __init sections (which the caller
    is in).
    8756f2ef
init.c 17.1 KB