From: Hirokazu Takata Date: Fri, 6 Jan 2006 08:18:42 +0000 (-0800) Subject: [PATCH] m32r: Update syscall macros for MMU-less targets X-Git-Tag: v2.6.16-rc1~936^2~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b5b776aa5730cbda9cba84ba0f8ccd53a775797;p=pandora-kernel.git [PATCH] m32r: Update syscall macros for MMU-less targets This patch is for updating m32r's MMU-less support. Some legacy MMU-less m32r chips cannot return from a trap handler to the right-hand side 16-bit halfword code of a 32-bit instrucion code pair, because a "trap" instruction specification was expanded in M32R-II ISA. This modification forces "trap" instructions to be placed in word alignment location with a parallel "nop" code. Signed-off-by: Kazuhiro Inaoka Signed-off-by: Hirokazu Takata Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed