Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • arch
  • x86
  • xen
  • enlighten.c
Find file BlameHistoryPermalink
  • Olaf Hering's avatar
    xen/PVonHVM: fix compile warning in init_hvm_pv_info · a7be94ac
    Olaf Hering authored Nov 29, 2012
    After merging the xen-two tree, today's linux-next build (x86_64
    allmodconfig) produced this warning:
    
    arch/x86/xen/enlighten.c: In function 'init_hvm_pv_info':
    arch/x86/xen/enlighten.c:1617:16: warning: unused variable 'ebx' [-Wunused-variable]
    arch/x86/xen/enlighten.c:1617:11: warning: unused variable 'eax' [-Wunused-variable]
    
    Introduced by commit 9d02b43d
    
     ("xen PVonHVM: use E820_Reserved area
    for shared_info").
    
    Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
    Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
    a7be94ac