[ARM] nommu: avoid selecting TLB and CPU specific copy code
authorHyok S. Choi <hyok.choi@samsung.com>
Wed, 21 Jun 2006 21:26:29 +0000 (22:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 28 Jun 2006 16:59:47 +0000 (17:59 +0100)
Since uclinux doesn't make use of the TLB, including the TLB
maintainence and CPU-optimised copypage functions does not
make sense.  Remove them.

(This is part of one of Hyok's patches.)

Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found