microwatt/tests/sc
Benjamin Herrenschmidt a87b86e54f console: Replace putstr with puts
It makes things a bit more standard and a bit nicer to read
without all those strlen(). Also console.c takes care of adding
the carriage returns before the linefeeds.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
..
Makefile Add test cases for new exceptions and supervisor state
head.S Add test cases for new exceptions and supervisor state
powerpc.lds Add test cases for new exceptions and supervisor state
sc.c console: Replace putstr with puts