commit | 3ac38faa1f09d7eb01497eb50eb83e4f2d132667 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Mon Apr 29 15:08:06 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 29 15:54:36 2013 -0700 |
tree | 4b9d0937ba6e02600b22e94b72e57288c7ed1284 | |
parent | 8f68fa2d1908365cb372b1aebf89d6af4b2b3871 [diff] |
mm/slub.c: use register_hotmemory_notifier() Squishes a statement-with-no-effect warning, removes some ifdefs and shrinks .text by 2 bytes. Note that this code fails to check for blocking_notifier_chain_register() failures. Cc: Pekka Enberg <penberg@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>