]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: no need to set register marker on traps
authorGreg Ungerer <gerg@uclinux.org>
Mon, 31 Oct 2011 04:26:52 +0000 (14:26 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sat, 24 Dec 2011 11:47:57 +0000 (21:47 +1000)
commit9a61fc8fa87cb199ba00beae1b6b0625466459d8
tree11e6cd58605c6d6e6d1e7e969513300dfcb4eb56
parent968ecd6ac279bde519b597c0d3222dff034262ed
m68knommu: no need to set register marker on traps

Commit 661140cdde0da96959816b04013fb1fc63de92fa ("m68k: merge mmu and
non-mmu include/asm/entry.h files") made the trap entry code basically
the same for mmu and non-mmu builds. This means we no longer need code
to mark the stack frame as "system-call" type or other in the non-mmu
trap handling entry points. This is done in the SAVE_ALL_INT macro now.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/kernel/entry_no.S