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
  • s390
  • kernel
  • ipl.c
Find file BlameHistoryPermalink
  • Heiko Carstens's avatar
    [S390] reipl: move dump_prefix_page out of text section. · c5dd8586
    Heiko Carstens authored Mar 05, 2007
    
    
    Reipl doesn't work on older machines were s390_reset_machine() gets
    called. The reason is that the text section is read-only but the
    variable dump_prefix_page is there. Since s390_reset_machine() writes
    to it we get a protection exception.
    Therefore move dump_prefix_page to the bss section.
    
    Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
    Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
    c5dd8586

Imprint & Privacy Policy