commit | f1db931b819472bc3b8e247621721a3dd46562de | [log] [tgz] |
---|---|---|
author | Pushkar Joshi <pushkarj@codeaurora.org> | Wed Sep 11 11:23:26 2013 -0700 |
committer | Pushkar Joshi <pushkarj@codeaurora.org> | Wed Sep 18 18:21:58 2013 -0700 |
tree | af224c8db4ea744ee816aa67ef85166382192d26 | |
parent | ee788482f10613c797f93de8dd6751266383e3dc [diff] |
mm: panic on the first bad page table entry access Sometimes having a number of bad page table entries precipitates in a crash much later. Because of this, we do not have any context for the point at which the first bad pte entry was encountered. Hence, panic on first such instance to help gather context for debug. Change-Id: Idddf2b977214eb1463d08e16630e98264b9af487 Signed-off-by: Pushkar Joshi <pushkarj@codeaurora.org>