]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
video: tegra: host: Don't depend on 32-bit ulong
authorTerje Bergstrom <tbergstrom@nvidia.com>
Sat, 12 Oct 2013 13:44:17 +0000 (16:44 +0300)
committerTom Cherry <tcherry@nvidia.com>
Tue, 21 Jan 2014 23:14:10 +0000 (15:14 -0800)
commit28a14e3707d53e641da1c406c110c8be4c6e83b8
tree5cc039c2da3f1599b1cbb5e719fae7debf033897
parentf322012084b062507a2d45d26ff70b0dfc9c9ae9
video: tegra: host: Don't depend on 32-bit ulong

Avoid BITS_PER_LONG and macros BIT_WORD and BIT_MASK that depend on
it. Also avoid ulong when a 32-bit value is expected.

Bug 1377229

Change-Id: I2b146917bf6aff618c01124d16fbdadd804581a1
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/298698
Reviewed-on: http://git-master/r/298672
Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
drivers/video/tegra/host/gk20a/fifo_gk20a.c