linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] core: fix build error when referencing arch specific structures
@ 2007-09-07  4:09 travis
  2007-09-07  4:09 ` [PATCH 1/3] core: Provide an arch independent means of accessing cpu_sibling_map travis
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: travis @ 2007-09-07  4:09 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Andi Kleen, Christoph Lameter, linux-mm, linux-kernel

Since the core kernel routines need to reference cpu_sibling_map,
whether it be a static array or a per_cpu data variable, an access
function has been defined.

In addition, changes have been made to the ia64 and ppc64 arch's to
move the cpu_sibling_map from a static cpumask_t array [NR_CPUS] to
be per_cpu cpumask_t arrays.

Note that I do not have the ability to build or test patch 3/3, the
ppc64 changes.

Patches are referenced against 2.6.23-rc4-mm1 .

-- 

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-09-07 15:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-07  4:09 [PATCH 0/3] core: fix build error when referencing arch specific structures travis
2007-09-07  4:09 ` [PATCH 1/3] core: Provide an arch independent means of accessing cpu_sibling_map travis
2007-09-07  4:09 ` [PATCH 2/3] ia64: Convert cpu_sibling_map to a per_cpu data array travis
2007-09-07  4:09 ` [PATCH 3/3] ppc64: " travis
2007-09-07 11:18   ` Kamalesh Babulal
2007-09-07 12:59     ` Kamalesh Babulal
2007-09-07 15:36       ` Mike Travis
2007-09-07  7:28 ` [PATCH 0/3] core: fix build error when referencing arch specific structures Andi Kleen
2007-09-07 10:56   ` Andrew Morton
2007-09-07 15:47     ` Mike Travis
2007-09-07 15:43   ` Mike Travis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox