Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753103AbbBSRWi (ORCPT ); Thu, 19 Feb 2015 12:22:38 -0500 Received: from mail-bl2on0083.outbound.protection.outlook.com ([65.55.169.83]:34064 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751834AbbBSRWh (ORCPT ); Thu, 19 Feb 2015 12:22:37 -0500 X-Greylist: delayed 638 seconds by postgrey-1.27 at vger.kernel.org; Thu, 19 Feb 2015 12:22:37 EST Date: Thu, 19 Feb 2015 11:17:33 -0600 From: Dinh Nguyen X-X-Sender: dinguyen@linux-builds1 To: Vince Bridgers CC: , , , , Subject: Re: [PATCH] arm: socfpga: Correct SCU virtual mapping in socfpga In-Reply-To: <1423679665-19545-1-git-send-email-vbridger@opensource.altera.com> Message-ID: References: <1423679665-19545-1-git-send-email-vbridger@opensource.altera.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [64.129.157.38] X-ClientProxiedBy: BY2PR06CA027.namprd06.prod.outlook.com (10.141.250.145) To CY1PR0301MB1196.namprd03.prod.outlook.com (25.160.165.27) Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=dinguyen@opensource.altera.com; X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB1196; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005003);SRVR:CY1PR0301MB1196; X-Forefront-PRVS: 0492FD61DD X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10009020)(6009001)(189002)(199003)(24454002)(51704005)(122386002)(19580395003)(42186005)(77156002)(105586002)(50466002)(47776003)(69596002)(40100003)(62966003)(19580405001)(81156004)(53416004)(66066001)(2950100001)(68736005)(110136001)(50986999)(46406003)(83506001)(33716001)(46102003)(101416001)(106356001)(54356999)(92566002)(76176999)(97736003)(87976001)(86362001)(23726002)(64706001)(575784001);DIR:OUT;SFP:1101;SCL:1;SRVR:CY1PR0301MB1196;H:linux-builds1.altera.com;FPR:;SPF:None;PTR:InfoNoRecords;MX:1;A:0;LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB1196; X-OriginatorOrg: opensource.altera.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 19 Feb 2015 17:22:33.5152 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR0301MB1196 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1041 Lines: 33 On Wed, 11 Feb 2015, Vince Bridgers wrote: > Correct SCU virtual mapping that was causing this BUG message: > > "BUG: mapping for 0xfffec000 at 0xfffec000 out of vmalloc space" > > Signed-off-by: Vince Bridgers > --- > arch/arm/mach-socfpga/core.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-socfpga/core.h b/arch/arm/mach-socfpga/core.h > index 483cb46..a0f3b1c 100644 > --- a/arch/arm/mach-socfpga/core.h > +++ b/arch/arm/mach-socfpga/core.h > @@ -45,6 +45,6 @@ extern char secondary_trampoline, secondary_trampoline_end; > > extern unsigned long socfpga_cpu1start_addr; > > -#define SOCFPGA_SCU_VIRT_BASE 0xfffec000 > +#define SOCFPGA_SCU_VIRT_BASE 0xfee00000 > > #endif Applied to fixes. BR, Dinh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/