]> 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>
Tue, 8 Nov 2011 04:44:18 +0000 (14:44 +1000)
commit4896455fdd405bfd7beeb674e3fc2d82dc0d0a9c
tree6f6b05d2a29587516f50ddf0ea35d7777301cbad
parent24105881ae843cd05c40a32cc4b0f44c58e477ff
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