Re: [PATCH 3.14.x-rt] ARM: enable irq in translation/section permission fault handlers
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2015-02-17 17:10:05
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2015-02-17 17:10:05
* Yadi Hu | 2014-12-10 10:32:09 [+0800]:
This simple program....
int main() {
*((char*)0xc0001000) = 0;
};Thanks for the test programm and the well done description. I applied the patch. Sebastian