aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/goldfish.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-05-20goldfish: fix >> 32 warningAlan Cox1-1/+1
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>
2014-05-03goldfish: Add a 64bit write helperAlan1-0/+15
The base code imported from the Google tree is ifdef heaven. Prepare to fix this by adding a helper function. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>