]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hugetlb: replace BUG() with BUILD_BUG() for dummy definitions
authorDavid Daney <david.daney@cavium.com>
Fri, 16 Dec 2011 04:49:51 +0000 (15:49 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 19 Dec 2011 07:19:26 +0000 (18:19 +1100)
commita9126cfd6200392c8c68000e0eeb23747a3e89d9
tree5b899c258ef818ce4ec9e9d90ad373a3ecb72a46
parent8637e9eb1cbc6189b0da9d3c05cdddaacc91c596
hugetlb: replace BUG() with BUILD_BUG() for dummy definitions

The file linux/hugetlb.h has many places where dummy symbols were defined
so that the main source code would contain fewer:

    #ifdef CONFIG_HUGETLBFS

or

    #ifdef CONFIG_TRANSPARENT_HUGEPAGE

If there were any misuse of these symbols, the only symptom would be an
OOPS at runtime.  Change the BUG() to BUILD_BUG() to catch any such abuse
at compile time instead.

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: David Rientjes <rientjes@google.com>
Cc: DM <dm.n9107@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/huge_mm.h
include/linux/hugetlb.h