Merge "linker: add the L3 cache auxv constants." into main am: 2520ce694b
am: 2744bef0ec
am: e8d7b2309c
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2799367 Change-Id: I076ce10256dc6c6a3f21c499773b2a1a132627cf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7cff9d5067
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,12 @@ static const char* auxv_name(int at) {
|
|||
#endif
|
||||
#if defined(AT_L2_CACHEGEOMETRY)
|
||||
case AT_L2_CACHEGEOMETRY: return "AT_L2_CACHEGEOMETRY";
|
||||
#endif
|
||||
#if defined(AT_L3_CACHESIZE)
|
||||
case AT_L3_CACHESIZE: return "AT_L3_CACHESIZE";
|
||||
#endif
|
||||
#if defined(AT_L3_CACHEGEOMETRY)
|
||||
case AT_L3_CACHEGEOMETRY: return "AT_L3_CACHEGEOMETRY";
|
||||
#endif
|
||||
}
|
||||
static char name[32];
|
||||
|
|
Loading…
Reference in a new issue