Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Analytics
    • Analytics
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-x86
  • Repository
  • ipipe-x86
  • arch
  • powerpc
  • platforms
  • cell
  • spufs
  • sputrace.c
Find file Blame History Permalink
  • Jeremy Kerr's avatar
    powerpc/spufs: sputrace: Don't block until the read buffer is full · e869446b
    Jeremy Kerr authored Oct 15, 2008
    
    
    Currently, read() on the sputrace buffer will only return data when
    the user buffer is exhausted. This may mean that we never see the
    end of the event log, unless we read() with exactly the right-sized
    buffer.
    
    This change makes sputrace_read not block if we have data ready to
    return.
    
    Signed-off-by: default avatarJeremy Kerr <jk@ozlabs.org>
    e869446b

Imprint & Privacy Policy