summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-oneachcpu-retry.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix on_each_cpu() call for kernels >2.6.26.Josh Stone2008-07-241-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.