commit | 1e7b7cbc58a2d22fe1e788067cd0a15c93e7b2af | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Aug 26 15:30:32 2024 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon Aug 26 15:30:32 2024 -0700 |
tree | 15cd222aec398f5eedf329dbd071e67c6ba7dd94 | |
parent | c9d70be7fe4e922dfc685c7c75ccc6803b626c58 [diff] |
Move variable only used on aarch64. The kTagGranuleSize is only used in aarch64, so you can get unused variable warnings for other targets. Move this definition closer to where it's used and in aarch64 code. Test: Build with unused checking on. Change-Id: I9baf660430508ee3ca1efb62585ee1b038c6b0f3