Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
mmdebug.h File Reference

Go to the source code of this file.

Macros

#define VM_BUG_ON(cond)   BUILD_BUG_ON_INVALID(cond)
 
#define VIRTUAL_BUG_ON(cond)   do { } while (0)
 

Macro Definition Documentation

#define VIRTUAL_BUG_ON (   cond)    do { } while (0)

Definition at line 13 of file mmdebug.h.

#define VM_BUG_ON (   cond)    BUILD_BUG_ON_INVALID(cond)

Definition at line 7 of file mmdebug.h.