diff options
| author | Prasad Sodagudi <psodagud@codeaurora.org> | 2016-03-17 19:20:14 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-25 16:04:09 -0700 |
| commit | 8567b31169928562eaf9ef373b6f71aada5cf28f (patch) | |
| tree | caf3e434cd233563d3f998cd728d2ad8e42fca2a /mm/debug-pagealloc.c | |
| parent | cc8f0bff5830e4fde8b36aa9df5d6917829ed839 (diff) | |
Revert "debug-pagealloc: Panic on pagealloc corruption"
This reverts commit 022c1f3696f2 ("debug-pagealloc:
Panic on pagealloc corruption"). Kernel panic is seen
on MSM8937 with 32 bit mode, revert this patch till
root cause is identified.
Change-Id: I66f1bab7f8c836b8b7167ec05141656f34c3702c
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
Diffstat (limited to 'mm/debug-pagealloc.c')
| -rw-r--r-- | mm/debug-pagealloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/debug-pagealloc.c b/mm/debug-pagealloc.c index 100963091cc6..e060c7cdf24c 100644 --- a/mm/debug-pagealloc.c +++ b/mm/debug-pagealloc.c @@ -113,7 +113,6 @@ static void check_poison_mem(struct page *page, print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 16, 1, start, end - start + 1, 1); - BUG_ON(PANIC_CORRUPTION); dump_stack(); } |
