Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'metag-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag

Pull metag bugfixes from James Hogan:
"A couple of fairly minor arch/metag integration fixes from v3.9-rc1:

- remove SET_PERSONALITY(): use default definition like other arches
now do.

- inhibit NUMA balancing: like SH, NUMA is used for memories with
different latencies. ARCH_WANT_VARIABLE_LOCALITY has been added
for this purpose."

* tag 'metag-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag:
metag: Inhibit NUMA balancing.
metag: remove SET_PERSONALITY()

+1 -3
-3
arch/metag/include/asm/elf.h
··· 100 100 101 101 #define ELF_PLATFORM (NULL) 102 102 103 - #define SET_PERSONALITY(ex) \ 104 - set_personality(PER_LINUX | (current->personality & (~PER_MASK))) 105 - 106 103 #define STACK_RND_MASK (0) 107 104 108 105 #ifdef CONFIG_METAG_USER_TCM
+1
arch/metag/mm/Kconfig
··· 40 40 41 41 config NUMA 42 42 bool "Non Uniform Memory Access (NUMA) Support" 43 + select ARCH_WANT_NUMA_VARIABLE_LOCALITY 43 44 help 44 45 Some Meta systems have MMU-mappable on-chip memories with 45 46 lower latencies than main memory. This enables support for