diff options
author | Tejun Heo <[email protected]> | 2010-03-24 17:06:43 +0900 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2010-03-30 22:02:32 +0900 |
commit | de380b55f92986c1a84198149cb71b7228d15fbd (patch) | |
tree | dce7168802e1e65754c9b6455d0527dfa853168c /tools/perf/util/trace-event-scripting.c | |
parent | ea5a9f0c3447889abceb7482c391bb977472eab9 (diff) |
percpu: don't implicitly include slab.h from percpu.h
percpu.h has always been including slab.h to get k[mz]alloc/free() for
UP inline implementation. percpu.h being used by very low level
headers including module.h and sched.h, this meant that a lot files
unintentionally got slab.h inclusion.
Lee Schermerhorn was trying to make topology.h use percpu.h and got
bitten by this implicit inclusion. The right thing to do is break
this ultimately unnecessary dependency. The previous patch added
explicit inclusion of either gfp.h or slab.h to the source files using
them. This patch updates percpu.h such that slab.h is no longer
included from percpu.h.
Signed-off-by: Tejun Heo <[email protected]>
Reviewed-by: Christoph Lameter <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Lee Schermerhorn <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions