]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "microblaze_mmu_v2: Update signal returning address"
authorMichal Simek <monstr@monstr.eu>
Mon, 23 May 2011 09:38:19 +0000 (11:38 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 4 Oct 2012 16:56:39 +0000 (18:56 +0200)
commit6490e081ff5961461fd85e022c3cb823d9d49615
tree795de5ee99e5d92437ad1bd992cae4129f41ad3b
parent1bd0453be741ec87cabe0cde8c9cedca69931381
Revert "microblaze_mmu_v2: Update signal returning address"

This reverts commit 2791e9ef8019bb363b405ce0b55254eadc7ce0c7.

Offset -8 is wrong because when it is applied then one instruction
before brki r14, 8 is called again when we return.
Offset -4 is correct and brki instruction is called again.

This change came from ancient MMU kernel.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/signal.c