]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 24 Nov 2011 22:55:00 +0000 (08:55 +1000)
commit2e988f7988c0f6b84b36542ecf5fc91460da547b
treec86b7f8dda8502f2627ba4f7e25d42a30ca5ef7d
parent59c70ddc90681c6577f2176469fc43b23b580848
m68knommu: no need to set register marker on traps

Commit 61619b12078dc8b85a3d4cbfa16f650daa341bd1 ("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