From: Paul Mundt Date: Tue, 15 May 2007 06:38:30 +0000 (+0900) Subject: sh: Rip out special unknown machvec. X-Git-Tag: v2.6.23-rc1~785^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd8f20e8e2f8f1d9201086bff444c8d35f0a6a45;p=pandora-kernel.git 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 --- Reading git-diff-tree failed