Skip to content
GitLab
  • Menu
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
  • xenomai
  • ipipe
  • Repository
Switch branch/tag
  • ipipe
  • arch
  • powerpc
  • kernel
  • ftrace.c
Find file BlameHistoryPermalink
  • Anton Blanchard's avatar
    powerpc/ftrace: Fix ABIv2 issues with __ftrace_make_call · 24a1bdc3
    Anton Blanchard authored Apr 04, 2014
    
    
    __ftrace_make_call assumed ABIv1 TOC stack offsets, so it
    broke on ABIv2.
    
    While we are here, we can simplify the instruction modification
    code. Since we always update one instruction there is no need to
    probe_kernel_write and flush_icache_range, just use patch_branch.
    Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
    24a1bdc3

Imprint & Privacy Policy