Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91b54d1b authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

Revert "debug-pagealloc: Panic on pagealloc corruption"



This reverts commit 19d32c5a ("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: Id08b0efec268c30bf842065d18ef221962226a4a
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 816587b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,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();
}