From: David A. Long Date: Thu, 6 Mar 2014 23:06:43 +0000 (-0500) Subject: ARM: use a function table for determining instruction interpreter action X-Git-Tag: v3.15-rc1~82^2^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e6cd394bb10c2d65322e5f5d2ff0a9074d903a1;p=pandora-kernel.git ARM: use a function table for determining instruction interpreter action Make the instruction interpreter call back to semantic action functions through a function pointer array provided by the invoker. The interpreter decodes the instructions into groups and uses the group number to index into the supplied array. kprobes and uprobes code will each supply their own array of functions. Signed-off-by: David A. Long Acked-by: Jon Medhurst --- Reading git-diff-tree failed