Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR6967: fix s390x compilation error re on_each_cpu | Frank Ch. Eigler | 2008-10-28 | 1 | -2/+18 |
| | |||||
* | PR6923: Make on_each_cpu() autoconf test work on old kernels. | Jim Keniston | 2008-10-17 | 1 | -1/+7 |
| | |||||
* | Fix on_each_cpu() call for kernels >2.6.26. | Josh Stone | 2008-07-24 | 1 | -0/+7 |
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. |