asm/sections: add helpers to check for section data
authorThierry Reding <[email protected]>
Sat, 16 Jan 2016 00:58:18 +0000 (16:58 -0800)
committerLinus Torvalds <[email protected]>
Sat, 16 Jan 2016 19:17:24 +0000 (11:17 -0800)
commit979559362516bb0f5424505c607210ac054e30ae
tree1c0ba4cc67a030a54f2e1cb8082846f260578352
parentb493c34309cb4aebc44272897067ebf54cb07271
asm/sections: add helpers to check for section data

Add a helper to check if an object (given an address and a size) is part
of a section (given beginning and end addresses).  For convenience, also
provide a helper that performs this check for __init data using the
__init_begin and __init_end limits.

Signed-off-by: Thierry Reding <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-generic/sections.h