Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-iv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container 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
  • linux-arm
  • linux-iv
  • Repository
Switch branch/tag
  • linux-iv
  • arch
  • ia64
  • kernel
  • smpboot.c
Find file BlameHistoryPermalink
  • Robin Holt's avatar
    [IA64] Fix ia64 build failure when CONFIG_SFC=m · 42aca483
    Robin Holt authored Jul 28, 2008
    
    
    CONFIG_SFC=m uses topology_core_siblings() which, for ia64, expects
    cpu_core_map to be exported.  It is not.  This patch exports the needed
    symbol.
    
    Maintainers note: This really looks like the wrong thing to do ... it
    would be much better for the kernel to export an API to provide
    drivers like this with data they need (which in the case of this
    driver seems to be an estimate of the effective parallelism available
    on the platform).  But x86 has exported this forever ... so go with
    the flow until such an API is defined.
    
    Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
    Signed-off-by: default avatarMatthew Wilcox <willy@linux.intel.com>
    Signed-off-by: default avatarRobin Holt <holt@sgi.com>
    Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
    42aca483