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
Loading
Please register or sign in to comment