Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe
  • Repository
Switch branch/tag
  • ipipe
  • arch
  • x86_64
  • kernel
  • mce.c
Find file BlameHistoryPermalink
  • Andi Kleen's avatar
    [PATCH] x86_64: Use safe_smp_processor_id in MCE handler · 0a9c3ee7
    Andi Kleen authored Jan 11, 2006
    
    
    hard_smp_processor_id would return the local APIC id instead
    of the Linux processor id. On big systems they are often
    not identical. safe_smp_processor_id is just a wrapper
    around it that does the necessary conversions.
    
    Signed-off-by: default avatarAndi Kleen <ak@suse.de>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    0a9c3ee7

Imprint & Privacy Policy