]> git.openfabrics.org - ~emulex/infiniband.git/commit
sh: Consolidate the sh_bios earlyprintk code.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 12 Jan 2010 06:31:20 +0000 (15:31 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 12 Jan 2010 06:31:20 +0000 (15:31 +0900)
commit776258df925acd0563f471ee4b3f19bbffb3c04f
treef9cdcd171e91871fe26167e7e11a38547c4002ad
parentb9303a79567d4a45b015dff7e71dd24923332d8d
sh: Consolidate the sh_bios earlyprintk code.

Now that the sh-sci earlyprintk is taken care of by the sh-sci driver
directly, there's no longer any reason for having a split-out
early_printk framework. sh_bios is the only other thing that uses it, so
we just migrate the leftovers in to there. As it's possible to have
multiple early_param()'s for the same string, there's not much point in
having this split out anymore anyways, particularly since the sh_bios
dependencies are still special-cased within sh-sci itself.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/setup.h
arch/sh/kernel/Makefile
arch/sh/kernel/early_printk.c [deleted file]
arch/sh/kernel/sh_bios.c