Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-jc
  • 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

This is a reminder that gitlab.arm.com will be offline on Feb 5th.

Maintenance Activity

We will upgrade the gitlab production ( gitlab.arm.com) to version 15.8.0 . This will require Gitlab master and all mirrors to be offline.

When From Feb 5th(2:00AM UK, 9:00AM CHINA) to (11:00AM UK, 6:00PM CHINA).

  • linux-arm
  • linux-jc
  • Repository
Switch branch/tag
  • linux-jc
  • arch
  • x86
  • xen
  • efi.c
Find file BlameHistoryPermalink
  • Juergen Gross's avatar
    xen/efi: have a common runtime setup function · 09515706
    Juergen Gross authored Oct 01, 2019
    
    
    Today the EFI runtime functions are setup in architecture specific
    code (x86 and arm), with the functions themselves living in drivers/xen
    as they are not architecture dependent.
    
    As the setup is exactly the same for arm and x86 move the setup to
    drivers/xen, too. This at once removes the need to make the single
    functions global visible.
    
    Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
    Reviewed-by: default avatarJan Beulich <jbeulich@suse.com>
    [boris: "Dropped EXPORT_SYMBOL_GPL(xen_efi_runtime_setup)"]
    Signed-off-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
    09515706