]> sourceware.org Git - systemtap.git/commit
Fix compile problem by changing 'stp_for_each_cpu' to 'for_each_possible_cpu'.
authorDavid Smith <dsmith@redhat.com>
Wed, 11 Apr 2012 20:01:02 +0000 (15:01 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 11 Apr 2012 20:01:02 +0000 (15:01 -0500)
commite14ac0e274c6de3fee1f74cd190ec6248f28e559
tree8b6b51e7dac253eecfb93d687808ac515aa03400
parentf58fac1a07da2949b9ef2d67d5068b5156536d33
Fix compile problem by changing 'stp_for_each_cpu' to 'for_each_possible_cpu'.

* runtime/runtime.h: Removed stp_for_each_cpu() macro definition, since no
  longer needed (and 'cpu_possible_map' has been removed from the upstream
  kernel).
* runtime/map-stat.c: Replaced 'stp_for_each_cpu()' with
  'for_each_possible_cpu()'.
* runtime/map.c: Ditto.
* runtime/perf.c: Ditto.
* runtime/pmap-gen.c: Ditto.
* runtime/stat.c: Ditto.
* runtime/transport/procfs.c: Ditto.
* translate.cxx: Ditto.
runtime/map-stat.c
runtime/map.c
runtime/perf.c
runtime/pmap-gen.c
runtime/runtime.h
runtime/stat.c
runtime/transport/procfs.c
translate.cxx
This page took 0.027999 seconds and 5 git commands to generate.