From: Rusty Russell Date: Tue, 31 Mar 2009 19:05:31 +0000 (-0600) Subject: module: __module_address X-Git-Tag: v2.6.30-rc1~206^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e610499e2656e61975affd0af56b26eb73964c84;p=pandora-kernel.git module: __module_address Impact: New API, cleanup ksplice wants to know the bounds of a module, not just the module text. It makes sense to have __module_address. We then implement is_module_address and __module_text_address in terms of this (and change is_module_text_address() to bool while we're at it). Also, add proper kerneldoc for them all. Cc: Anders Kaseorg Cc: Jeff Arnold Cc: Tim Abbott Signed-off-by: Rusty Russell --- Reading git-diff-tree failed