OSDN Git Service

goldfish: fix >> 32 warning
authorAlan Cox <alan@linux.intel.com>
Mon, 19 May 2014 13:34:09 +0000 (14:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 May 2014 01:30:40 +0000 (10:30 +0900)
commit8d9e9857c576d8d710ae6a6152a6ddcd29772bb1
treec29dc0eeb4c6b16eb18828d14d7671b13a22df0c
parent85dfd522f885ee4ec0b0b4efa1fdd9c650e243be
goldfish: fix >> 32 warning

We should be checking for a 64bit platform not 64bit DMA address types in
the case of Goldfish. The Goldfish virtual platform is either 32/32 or
64/64.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/goldfish.h