diff options
| author | Andrew Morton <[email protected]> | 2011-07-25 17:12:18 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2011-07-25 20:57:09 -0700 |
| commit | c9d8c3d0896bfa5b57531ecc41a85ffbc6d87dbe (patch) | |
| tree | 0de7519c20e066c820d37ff32be319745e7a2f8e /tools/perf/scripts/python/bin | |
| parent | be8f684d73d8d916847e996bf69cef14352872c6 (diff) | |
mm/memblock.c: avoid abuse of RED_INACTIVE
RED_INACTIVE is a slab thing, and reusing it for memblock was
inappropriate, because memblock is dealing with phys_addr_t's which have a
Kconfigurable sizeof().
Create a new poison type for this application. Fixes the sparse warning
warning: cast truncates bits from constant value (9f911029d74e35b becomes 9d74e35b)
Reported-by: H Hartley Sweeten <[email protected]>
Tested-by: H Hartley Sweeten <[email protected]>
Acked-by: Pekka Enberg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions