[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120821114632.GB20664@localhost>
Date: Tue, 21 Aug 2012 19:46:32 +0800
From: Fengguang Wu <fengguang.wu@...el.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: "Eric W. Biederman" <ebiederm@...ssion.com>,
linux-kernel@...r.kernel.org, Lennox Wu <lennox.wu@...il.com>
Subject: [PATCH] score: select generic atomic64_t support
It's required for the core fs/namespace.c and many other basic features.
Acked-by: Lennox Wu <lennox.wu@...il.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
arch/score/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux.orig/arch/score/Kconfig 2012-08-17 11:13:49.184134240 +0800
+++ linux/arch/score/Kconfig 2012-08-21 19:38:07.920760628 +0800
@@ -10,6 +10,7 @@ config SCORE
select ARCH_DISCARD_MEMBLOCK
select GENERIC_CPU_DEVICES
select GENERIC_CLOCKEVENTS
+ select GENERIC_ATOMIC64
choice
prompt "System type"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists