From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752023AbbCKSIP (ORCPT ); Wed, 11 Mar 2015 14:08:15 -0400 Received: from smtp20.mail.ru ([94.100.179.251]:59273 "EHLO smtp20.mail.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbbCKSIN (ORCPT ); Wed, 11 Mar 2015 14:08:13 -0400 Message-ID: <55008483.8050603@list.ru> Date: Wed, 11 Mar 2015 21:08:03 +0300 From: Stas Sergeev User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Russell King - ARM Linux CC: Thomas Petazzoni , Linux kernel , linux-arm-kernel@lists.infradead.org, =?UTF-8?B?R3JlZ29yeSBDbMOpbWVudA==?= , Catalin Marinas Subject: Re: [PATCH] n_tty: use kmalloc() instead of vmalloc() to avoid crash on armada-xp References: <54FF21BE.2040506@list.ru> <20150311175227.499612af@free-electrons.com> <55007ADD.6080505@list.ru> <20150311174618.GE8656@n2100.arm.linux.org.uk> In-Reply-To: <20150311174618.GE8656@n2100.arm.linux.org.uk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam: Not detected X-Mras: Ok Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 11.03.2015 20:46, Russell King - ARM Linux пишет: > On Wed, Mar 11, 2015 at 08:26:53PM +0300, Stas Sergeev wrote: >> Hello Thomas, thanks for that info! >> >> Is there a quick way to test that? >> I used memmap=0x20000000$0xe0000000 but nothing changed... > Use mem=0xe0000000 instead. memmap= isn't supported on ARM. mem=0xc0000000 seems to work! 0xd0000000 or 0xe0000000 do not. OK, so 3Gb instead of 8... but at least it boots! :)