Comment 5 for bug 293235

Revision history for this message
Guillaume Giroux (gug-microflex) wrote :

from fedora's bug (https://bugzilla.redhat.com/show_bug.cgi?id=467279)

Upstream fix is:

commit c2ffad100c432176c537aca673b796a7605cad1c
Author: Josh Stone <email address hidden>
Date: Thu Jul 24 12:40:45 2008 -0700

    Fix on_each_cpu() call for kernels >2.6.26.

    This is a generalization of the patch from James Bottomley:
    http://sources.redhat.com/ml/systemtap/2008-q3/msg00220.html

    The on_each_cpu() change was merged *after* the 2.6.26 release, so I'm
    using an autoconf test instead of James' version check.