Root/target/linux/coldfire/patches/042-Fix-NEED_MULTIPLE_NODES-unmet-direct-dependencies-wa.patch

1From 77910a929baaf0ecba893e6e54857315384dc374 Mon Sep 17 00:00:00 2001
2From: Alison Wang <b18965@freescale.com>
3Date: Thu, 4 Aug 2011 09:59:54 +0800
4Subject: [PATCH 42/52] Fix NEED_MULTIPLE_NODES unmet direct dependencies warning
5
6Fix the warning that "(SINGLE_MEMORY_CHUNK) selects NEED_MULTIPLE_NODES
7which has unmet direct dependencies (DISCONTIGMEM || NUMA)".
8
9Signed-off-by: Alison Wang <b18965@freescale.com>
10---
11 mm/Kconfig | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14--- a/mm/Kconfig
15+++ b/mm/Kconfig
16@@ -84,7 +84,7 @@ config FLAT_NODE_MEM_MAP
17 #
18 config NEED_MULTIPLE_NODES
19     def_bool y
20- depends on DISCONTIGMEM || NUMA
21+ depends on DISCONTIGMEM || NUMA || COLDFIRE
22 
23 config HAVE_MEMORY_PRESENT
24     def_bool y
25

Archive Download this file



interactive