diff options
| author | Geert Uytterhoeven <[email protected]> | 2020-02-11 19:19:07 +0100 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2020-02-22 09:25:44 +0800 |
| commit | 1a895f1d5bceee0c6b66dcfdabcc9804006ca229 (patch) | |
| tree | 3a00be18dc74fc02269bd5587c47f2b9928ead24 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 37282f8d157169198e433d1f63e19a713267516c (diff) | |
crypto: ccree - use u32 for SRAM addresses
SRAM addresses are small integer offsets into local SRAM. Currently
they are stored using a mixture of cc_sram_addr_t (u64), u32, and
dma_addr_t types.
Settle on u32, and remove the cc_sram_addr_t typedefs.
This allows to drop several casts.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions