summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-oneachcpu-retry.c
Commit message (Collapse)AuthorAgeFilesLines
* PR6967: fix s390x compilation error re on_each_cpuFrank Ch. Eigler2008-10-281-2/+18
|
* PR6923: Make on_each_cpu() autoconf test work on old kernels.Jim Keniston2008-10-171-1/+7
|
* 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.