]> git.openfabrics.org - ~emulex/infiniband.git/commit
sh: Rip out special unknown machvec.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 15 May 2007 06:38:30 +0000 (15:38 +0900)
committerPaul Mundt <lethal@hera.kernel.org>
Fri, 8 Jun 2007 02:43:40 +0000 (02:43 +0000)
commitfd8f20e8e2f8f1d9201086bff444c8d35f0a6a45
tree0823660fdd2ec53c6dede452d0802f54119bbde6
parent82f81f4784479df17a80caff4a7156da0a2f7dea
sh: Rip out special unknown machvec.

This kills off the BareCPU board as a "special" machvec, rather,
we leave this as a default for when no other vector is available,
or when we want to use it in combination with other vectors for
testing with generic ops. As sh_mv is copied out anyways (or
overloaded when an alternate vector is explicitly selected), this
doesn't consume any additional memory.

The generic machvec can be forcibly selected with sh_mv=generic,
or by not having any other boards enabled.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/Makefile
arch/sh/boards/unknown/Makefile [deleted file]
arch/sh/boards/unknown/setup.c [deleted file]
arch/sh/kernel/cf-enabler.c
arch/sh/kernel/machvec.c
arch/sh/kernel/setup.c