From f818e77232c6a2f5920bb012a5ec4541915c6479 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 16 Oct 2013 12:11:06 -0400 Subject: Drop vmbugon-warnon patch Upstream was pretty ambivalent about this one, and we don't really seem to be hitting these in practice. --- vmbugon-warnon.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 vmbugon-warnon.patch (limited to 'vmbugon-warnon.patch') diff --git a/vmbugon-warnon.patch b/vmbugon-warnon.patch deleted file mode 100644 index fd8efc769..000000000 --- a/vmbugon-warnon.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/include/linux/mmdebug.h b/include/linux/mmdebug.h -index 580bd58..3d908e9 100644 ---- a/include/linux/mmdebug.h -+++ b/include/linux/mmdebug.h -@@ -2,13 +2,13 @@ - #define LINUX_MM_DEBUG_H 1 - - #ifdef CONFIG_DEBUG_VM --#define VM_BUG_ON(cond) BUG_ON(cond) -+#define VM_BUG_ON(cond) WARN_ON(cond) - #else - #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) - #endif - - #ifdef CONFIG_DEBUG_VIRTUAL --#define VIRTUAL_BUG_ON(cond) BUG_ON(cond) -+#define VIRTUAL_BUG_ON(cond) WARN_ON(cond) - #else - #define VIRTUAL_BUG_ON(cond) do { } while (0) - #endif -- cgit