mmc_test: highmem tests
authorPierre Ossman <drzeus@drzeus.cx>
Fri, 4 Jul 2008 16:17:13 +0000 (18:17 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 23 Jul 2008 12:42:08 +0000 (14:42 +0200)
commit2661081f5ab9cb25359d27f88707a018cf4e68e9
tree5bbdd138b1432a76de4328bbd718aa6253c76928
parent907b2cd6dbbdfd6a4be7908f57b1498dfabc880e
mmc_test: highmem tests

Add a couple of tests to make sure the host driver handles highmem
memory pages properly. Unfortunately there is no way to guarantee an
allocation below 4 GB in i386, so it might give you addresses that
are out of reach for the hardware (OTOH, so will any other highmem
allocation in the kernel).

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/card/mmc_test.c