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
  • include
  • linux
  • cpuset.h
Find file BlameHistoryPermalink
  • Paul Jackson's avatar
    [PATCH] cpuset: mempolicy one more nodemask conversion · 5966514d
    Paul Jackson authored Jan 08, 2006
    
    
    Finish converting mm/mempolicy.c from bitmaps to nodemasks.  The previous
    conversion had left one routine using bitmaps, since it involved a
    corresponding change to kernel/cpuset.c
    
    Fix that interface by replacing with a simple macro that calls nodes_subset(),
    or if !CONFIG_CPUSET, returns (1).
    Signed-off-by: default avatarPaul Jackson <pj@sgi.com>
    Cc: Christoph Lameter <christoph@lameter.com>
    Cc: Andi Kleen <ak@muc.de>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    5966514d

Imprint & Privacy Policy