From: Thiemo Seufer Date: Mon, 28 Jan 2008 20:05:38 +0000 (+0000) Subject: [MIPS] Split the micro-assembler from tlbex.c. X-Git-Tag: v2.6.25-rc1~1083 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30ec4525d4731d828a754823a83a3d6b50bb230;p=pandora-kernel.git [MIPS] Split the micro-assembler from tlbex.c. This patch moves the micro-assembler in a separate implementation, as it is useful for further run-time optimizations. The only change in behaviour is cutting down printk noise at kernel startup time. Checkpatch complains about macro parameters which aren't protected by parentheses. I believe this is a flaw in checkpatch, the paste operator used in those macros won't work with parenthesised parameters. Signed-off-by: Thiemo Seufer Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed