]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: Toward platform agnostic framebuffer debug logging
authorFinn Thain <fthain@telegraphics.com.au>
Fri, 11 Apr 2014 05:27:58 +0000 (15:27 +1000)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 26 May 2014 20:41:25 +0000 (22:41 +0200)
commitf4d13ef5eb8d83fab1291d68c62a9cb2859a7d92
tree4407af534254480829264531d6ad3613e92b9bd4
parent03f5521be3e13902a6b71c92d20d72bf52246e18
m68k: Toward platform agnostic framebuffer debug logging

Code subject to #ifdef CONSOLE is made more generic, as was apparently
intended by the original author.

Remove console_put_stats() routine. If it should be somehow useful, it
should also be useful on platforms without framebuffer debug logging. The
present implementation is only built #if defined CONFIG_MAC && defined
CONSOLE even though puts() works everywhere.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Tested-by: Stephen N Chivers <schivers@csc.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/kernel/head.S