diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-19 07:28:11 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-19 07:33:11 -0400 |
commit | 7aa413def76146f7b3784228556d9e4bc562eab3 (patch) | |
tree | a90291b6fd72f46f33bc5af07813784c0468d23d /include/linux/mmdebug.h | |
parent | a1bf9631be7332ce0641e299ddafad2d8223100f (diff) |
x86, MM: virtual address debug, cleanups
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/mmdebug.h')
-rw-r--r-- | include/linux/mmdebug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mmdebug.h b/include/linux/mmdebug.h index 860ed1a71bbe..8a5509877192 100644 --- a/include/linux/mmdebug.h +++ b/include/linux/mmdebug.h | |||
@@ -6,13 +6,13 @@ | |||
6 | #ifdef CONFIG_DEBUG_VM | 6 | #ifdef CONFIG_DEBUG_VM |
7 | #define VM_BUG_ON(cond) BUG_ON(cond) | 7 | #define VM_BUG_ON(cond) BUG_ON(cond) |
8 | #else | 8 | #else |
9 | #define VM_BUG_ON(cond) do { } while(0) | 9 | #define VM_BUG_ON(cond) do { } while (0) |
10 | #endif | 10 | #endif |
11 | 11 | ||
12 | #ifdef CONFIG_DEBUG_VIRTUAL | 12 | #ifdef CONFIG_DEBUG_VIRTUAL |
13 | #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) | 13 | #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) |
14 | #else | 14 | #else |
15 | #define VIRTUAL_BUG_ON(cond) do { } while(0) | 15 | #define VIRTUAL_BUG_ON(cond) do { } while (0) |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | #endif | 18 | #endif |