Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • HardenedBSD HardenedBSD
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • HardenedBSDHardenedBSD
  • HardenedBSDHardenedBSD
  • Repository
  • HardenedBSD
  • sys
  • x86
  • x86
  • mptable.c
Find file BlameHistoryPermalink
  • royger's avatar
    apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phase · 345fb326
    royger authored Aug 10, 2017
    Populate the lapics arrays and call cpu_add/lapic_create in the setup
    phase instead. Also store the max APIC ID found in the newly
    introduced max_apic_id global variable.
    
    This is a requirement in order to make the static arrays currently
    using MAX_LAPIC_ID dynamic.
    
    Sponsored by:		Citrix Systems R&D
    MFC after:		1 month
    Reviewed by:		kib
    Differential revision:	https://reviews.freebsd.org/D11911
    345fb326