diff options
author | Milton Miller <miltonm@bga.com> | 2005-09-06 11:55:00 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-06 16:07:36 +1000 |
commit | cb14c4d641b4e083fae7ce4a0e8a3973cecb7554 (patch) | |
tree | 68f5365c31beb472c5c4df25fbcb3422cb7d76eb /arch/um/drivers | |
parent | 5fdabaab01ee8928597aae8a0178a3a4f7b66365 (diff) | |
download | op-kernel-dev-cb14c4d641b4e083fae7ce4a0e8a3973cecb7554.zip op-kernel-dev-cb14c4d641b4e083fae7ce4a0e8a3973cecb7554.tar.gz |
[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 <miltonm@bga.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/um/drivers')
0 files changed, 0 insertions, 0 deletions