From: Milton Miller Date: Tue, 6 Sep 2005 01:55:00 +0000 (+1000) Subject: [PATCH] ppc64: Clean up CR handling X-Git-Tag: v2.6.14-rc1~747^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb14c4d641b4e083fae7ce4a0e8a3973cecb7554;p=pandora-kernel.git [PATCH] ppc64: Clean up CR handling Make the 16550 and real mode 16550 use tail recursion like the scc code instead of repeating the routine except for the character sent. Gcc recoginizes the tail recursion and handles it efficently without stack allocations. The maple real putc shrinks from 188 to 104 bytes of instructions. udbg_putc drops from 188 to 140 bytes. Signed-off-by: Milton Miller Signed-off-by: Anton Blanchard Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed