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

dts: 2712: Drop some numa options from bootargs #6434

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. dts: 2712: Drop some numa options from bootargs

    iommu_dma_numa_policy=interleave is not valid in the current tree
    It generates an unknown setting will be passed to usespace warning
    
    system_heap.max_order=0 is wanted when numa is enabled, but may not
    be when it is disabled.
    
    Add it on firmware side when we know if numa=fake=<n> is used.
    
    Signed-off-by: Dom Cobley <[email protected]>
    popcornmix committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0af44d0 View commit details
    Browse the repository at this point in the history