From: Helge Deller Date: Sun, 13 Oct 2013 19:11:30 +0000 (+0200) Subject: parisc: provide macro to create exception table entries X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~47^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61dbbaeb86c2181c79efae2d186193e0f8008af1;p=pandora-kernel.git parisc: provide macro to create exception table entries Provide a macro ASM_EXCEPTIONTABLE_ENTRY() to create exception table entries and convert all open-coded places to use that macro. This patch is a first step toward creating a exception table which only holds 32bit pointers even on a 64bit kernel. That way in my own kernel I was able to reduce the in-kernel exception table from 44kB to 22kB. Signed-off-by: Helge Deller --- Reading git-diff-tree failed