Skip to content

Commit

Permalink
metag: Inhibit NUMA balancing.
Browse files Browse the repository at this point in the history
The metag NUMA implementation follows the SH model, using different nodes for
memories with different latencies. As such, we ensure that automated balancing
between nodes is inhibited, by way of the new ARCH_WANT_VARIABLE_LOCALITY.

Signed-off-by: Paul Mundt <[email protected]>
Signed-off-by: James Hogan <[email protected]>
  • Loading branch information
pmundt authored and James Hogan committed Mar 4, 2013
1 parent 0010aee commit 40f09f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/metag/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ endchoice

config NUMA
bool "Non Uniform Memory Access (NUMA) Support"
select ARCH_WANT_NUMA_VARIABLE_LOCALITY
help
Some Meta systems have MMU-mappable on-chip memories with
lower latencies than main memory. This enables support for
Expand Down

0 comments on commit 40f09f3

Please sign in to comment.