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

kernel: structs: define priq bitmap size via bits per long #72626

Commits on May 16, 2024

  1. kernel: structs: define priq bitmap size via bits per long

    Since a long is 64-bits on 64-bit architectures, and 32-bits
    on 32-bit architectures, we can simplify the definition of
    PRIQ_BITMAP_SIZE by defining it in terms of BITS_PER_LONG.
    
    Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
    Chris Friedt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    28b9081 View commit details
    Browse the repository at this point in the history