Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(0.20.0) AArch64: Return 64 as L1 data cache line size when info unavailable #9175

Merged

Conversation

knn-k
Copy link
Contributor

@knn-k knn-k commented Apr 8, 2020

sysconf(_SC_LEVEL1_DCACHE_LINESIZE) returns 0 on some systems.
This commit changes j9sysinfo_get_cache_info() to return 64 as the
L1 data cache line size for AArch64 on such systems.

Original PR for master: #9155

Signed-off-by: KONNO Kazuhiro konno@jp.ibm.com

…ailable

sysconf(_SC_LEVEL1_DCACHE_LINESIZE) returns 0 on some systems.
This commit changes j9sysinfo_get_cache_info() to return 64 as the
L1 data cache line size for AArch64 on such systems.

Original PR for master: eclipse-openj9#9155

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
Copy link
Member

@DanHeidinga DanHeidinga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already merged in master and safe to backport as aarch64 only

@DanHeidinga DanHeidinga self-assigned this Apr 8, 2020
@DanHeidinga DanHeidinga merged commit 5c6d7ea into eclipse-openj9:v0.20.0-release Apr 8, 2020
@knn-k knn-k deleted the aarch64cacheline2_0.20.0 branch April 8, 2020 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants