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

Intrng: adjusting pic_init_secondary for further use cases #1280

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. intrng: fix INTR_ROOT_* constants

    Switch to INTR_ROOT_COUNT as this better matches the purpose of the
    value.
    
    Remove the default from the core.  Better to require the architectures
    to declare the type since they will routinely deviate and a default
    chosen now will likely be suboptimal.
    ehem committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    50aa4b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. intrng: add calling pic_init_secondary on all registered PICs

    There is potential for non-root PICs to need per-processor
    initialization.  Few root PICs try to propogate the call.  As such add
    a pass of calling pic_init_secondary() on all children with a non-root
    value.
    
    Differential Revision: https://reviews.freebsd.org/D40474
    ehem committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5b98164 View commit details
    Browse the repository at this point in the history