From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966240AbbDXIb3 (ORCPT ); Fri, 24 Apr 2015 04:31:29 -0400 Received: from mail-bn1bon0072.outbound.protection.outlook.com ([157.56.111.72]:12619 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S966162AbbDXIbZ convert rfc822-to-8bit (ORCPT ); Fri, 24 Apr 2015 04:31:25 -0400 Authentication-Results: spf=softfail (sender IP is 66.35.236.227) smtp.mailfrom=altera.com; linux-foundation.org; dkim=none (message not signed) header.d=none; Message-ID: <1429863373.20428.5.camel@leyfoon-vm> Subject: [GIT PULL] arch/nios2 update for 4.1-rc1 From: Ley Foon Tan To: Linus Torvalds CC: Linux Kernel Mailing List , Date: Fri, 24 Apr 2015 16:16:13 +0800 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.8.4-0ubuntu1 MIME-Version: 1.0 X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:66.35.236.227;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10009020)(6009001)(199003)(377424004)(189002)(97736004)(106466001)(105596002)(42186005)(92566002)(103116003)(50466002)(87936001)(33646002)(46102003)(81156007)(33716001)(5820100001)(50226001)(50986999)(62966003)(229853001)(77156002)(23676002)(68736005)(110136001)(86362001)(6806004)(47776003)(19580395003)(64706001)(7099027)(99106002);DIR:OUT;SFP:1101;SCL:1;SRVR:CY1PR03MB1520;H:sj-itexedge03.altera.priv.altera.com;FPR:;SPF:SoftFail;MLV:ovrnspm;A:1;MX:1;PTR:InfoDomainNonexistent;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CY1PR03MB1520; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002010)(5005006)(3002001);SRVR:CY1PR03MB1520;BCL:0;PCL:0;RULEID:;SRVR:CY1PR03MB1520; X-Forefront-PRVS: 05568D1FF7 X-OriginatorOrg: altera.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 24 Apr 2015 08:16:03.8541 (UTC) X-MS-Exchange-CrossTenant-Id: fbd72e03-d4a5-4110-adce-614d51f2077a X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=fbd72e03-d4a5-4110-adce-614d51f2077a;Ip=[66.35.236.227];Helo=[sj-itexedge03.altera.priv.altera.com] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR03MB1520 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus Here is the nios2 update for v4.1. - update cache management code - rework trap handler with new define trap #. - fix on check header warning. Please consider pulling. Regards Ley Foon The following changes since commit 39a8804455fb23f09157341d3ba7db6d7ae6ee76: Linux 4.0 (2015-04-12 15:12:50 -0700) are available in the git repository at: git://git.rocketboards.org/linux-socfpga-next.git tags/nios2-v4.1-rc1 for you to fetch changes up to 1a70db49a735350f221959bf26e9a12f63a743bc: nios2: rework cache (2015-04-24 14:49:53 +0800) ---------------------------------------------------------------- nios2 update for v4.1-rc1 - update cache management code - rework trap handler with new define trap #. - fix on check header warning. ---------------------------------------------------------------- Ezequiel Garcia (1): nios2: Add types.h header required for __u32 type Ley Foon Tan (3): nios2: remove end address checking for initda nios2: rework trap handler nios2: rework cache arch/nios2/include/asm/Kbuild | 1 - arch/nios2/include/asm/shmparam.h | 21 +++++++++++ arch/nios2/include/uapi/asm/ptrace.h | 2 + arch/nios2/kernel/entry.S | 71 +++++++++++++++++++++--------------- arch/nios2/kernel/traps.c | 34 +++++++++++++---- arch/nios2/mm/cacheflush.c | 55 ++++++++++++++++++---------- 6 files changed, 128 insertions(+), 56 deletions(-) create mode 100644 arch/nios2/include/asm/shmparam.h