Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • K kvm-unit-tests-ae
  • 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
  • kvm-unit-tests-ae
  • Repository
Switch branch/tag
  • kvm-unit-tests-ae
  • lib
  • arm64
  • processor.c
Find file BlameHistoryPermalink
  • Andrew Jones's avatar
    arm/arm64: get rid of get_sp() · b13b47ed
    Andrew Jones authored Feb 01, 2015
    
    
    get_sp() only worked by accident, because gcc inlined calls
    to it. It should have always been explicitly inlined. It was
    also only added for debugging, and not in any use now.
    Furthermore, while we will have need for a "get_sp", we'll
    add it back with a new name, current_stack_pointer, in order
    to be consistent with Linux.
    
    Signed-off-by: Andrew Jones's avatarAndrew Jones <drjones@redhat.com>
    Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
    b13b47ed