Skip to content
Commit 46729d0e authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68knommu: no need to set register marker on traps

Commit 61619b12

 ("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: default avatarGreg Ungerer <gerg@uclinux.org>
parent d1db9120
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment