diff options
| author | Alex Elder <elder@linaro.org> | 2021-03-18 21:59:30 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-03-19 02:20:35 +0300 |
| commit | 99e75a37bd0af8eb8a0560f48091672b1b6d9218 (patch) | |
| tree | 3eaeff38fb6e99fdc8309396cef5e735d74074b9 /tools/perf/scripts/python/powerpc-hcalls.py | |
| parent | e5d4e96b44cf20330c970c3e30ea0a8c3a23feca (diff) | |
| download | linux-99e75a37bd0af8eb8a0560f48091672b1b6d9218.tar.xz | |
net: ipa: relax 64-bit build requirement
We currently assume the IPA driver is built only for a 64 bit kernel.
When this constraint was put in place it eliminated some do_div()
calls, replacing them with the "/" and "%" operators. We now only
use these operations on u32 and size_t objects. In a 32-bit kernel
build, size_t will be 32 bits wide, so there remains no reason to
use do_div() for divide and modulo.
A few recent commits also fix some code that assumes that DMA
addresses are 64 bits wide.
With that, we can get rid of the 64-bit build requirement.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions
