Searched hist:"2 f6726e54a9410e2e4cee864947c05e954051916" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mempolicy.h | diff 2f6726e54a9410e2e4cee864947c05e954051916 Tue Sep 26 01:31:18 CDT 2006 Christoph Lameter <clameter@sgi.com> [PATCH] Apply type enum zone_type
After we have done this we can now do some typing cleanup.
The memory policy layer keeps a policy_zone that specifies the zone that gets memory policies applied. This variable can now be of type enum zone_type.
The check_highest_zone function and the build_zonelists funnctionm must then also take a enum zone_type parameter.
Plus there are a number of loops over zones that also should use zone_type.
We run into some troubles at some points with functions that need a zone_type variable to become -1. Fix that up.
[pj@sgi.com: fix set_mempolicy() crash] Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/openbmc/linux/mm/ |
H A D | mempolicy.c | diff 2f6726e54a9410e2e4cee864947c05e954051916 Tue Sep 26 01:31:18 CDT 2006 Christoph Lameter <clameter@sgi.com> [PATCH] Apply type enum zone_type
After we have done this we can now do some typing cleanup.
The memory policy layer keeps a policy_zone that specifies the zone that gets memory policies applied. This variable can now be of type enum zone_type.
The check_highest_zone function and the build_zonelists funnctionm must then also take a enum zone_type parameter.
Plus there are a number of loops over zones that also should use zone_type.
We run into some troubles at some points with functions that need a zone_type variable to become -1. Fix that up.
[pj@sgi.com: fix set_mempolicy() crash] Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | page_alloc.c | diff 2f6726e54a9410e2e4cee864947c05e954051916 Tue Sep 26 01:31:18 CDT 2006 Christoph Lameter <clameter@sgi.com> [PATCH] Apply type enum zone_type
After we have done this we can now do some typing cleanup.
The memory policy layer keeps a policy_zone that specifies the zone that gets memory policies applied. This variable can now be of type enum zone_type.
The check_highest_zone function and the build_zonelists funnctionm must then also take a enum zone_type parameter.
Plus there are a number of loops over zones that also should use zone_type.
We run into some troubles at some points with functions that need a zone_type variable to become -1. Fix that up.
[pj@sgi.com: fix set_mempolicy() crash] Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|