From: Greg Ungerer Date: Mon, 31 Oct 2011 04:26:52 +0000 (+1000) Subject: m68knommu: no need to set register marker on traps X-Git-Tag: v3.3-rc1~180^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46729d0eb301f689272c64a9417e7b40038f42a6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed