OSDN Git Service

drivers: apanic: Android kernel panic handler.
authorSan Mehat <san@google.com>
Tue, 1 Sep 2009 20:43:01 +0000 (13:43 -0700)
committerIliyan Malchev <malchev@google.com>
Mon, 23 May 2011 22:43:32 +0000 (15:43 -0700)
commit778130ea8fdb80e22984dfbcb2e067e258a29646
tree15c678906bcf6f03ade1256c77f2a70d6dc73ed1
parent4fb5a568aca867ccb8740208f5b89bedd49daac0
drivers: apanic: Android kernel panic handler.

This driver triggers when the kernel panics and attempts to
write critical debug data to the flash.

Signed-off-by: San Mehat <san@google.com>
drivers: apanic: checkpatch fixes

Signed-off-by: San Mehat <san@google.com>
apanic: Fix a few cases of calling non-atomic things from atomic

We need to pay special care to not enrage cond_resched(), and the
base nand bb stuff calls schedule() so thats out.

Signed-off-by: San Mehat <san@google.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/apanic.c [new file with mode: 0644]