From: Wu Zhangjin <wuzhangjin@xxxxxxxxx> With FLATMEM, The STD(Hibernation) for Loongson will fail, and there are also some other problems(break the files) when using NFS or CIFS(samba). And as the config help of SPARSEMEM says: "This option provides some potential performance benefits, along with decreased code complexity." So, to avoid the potential problems of FLATMEM, we disable FLATMEM directly and use SPARSEMEM instead. Relative Email thread: http://groups.google.com/group/loongson-dev/browse_thread/thread/b6b65890ec2b0f24/feb43e5aa7f55d9b?show_docid=feb43e5aa7f55d9b Reported-by: Tatu Kilappa <tatu.kilappa@xxxxxxxxx> Signed-off-by: Wu Zhangjin <wuzhangjin@xxxxxxxxx> --- arch/mips/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8bf36d2..0be245d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1835,7 +1835,7 @@ config SYS_SUPPORTS_SMARTMIPS config ARCH_FLATMEM_ENABLE def_bool y - depends on !NUMA + depends on !NUMA && !CPU_LOONGSON2 config ARCH_DISCONTIGMEM_ENABLE bool -- 1.6.2.1