Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753539Ab3IQRbD (ORCPT ); Tue, 17 Sep 2013 13:31:03 -0400 Received: from usmamail.tilera.com ([12.216.194.151]:14534 "EHLO USMAMAIL.TILERA.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753007Ab3IQRbB (ORCPT ); Tue, 17 Sep 2013 13:31:01 -0400 Message-ID: <523891CF.7060404@tilera.com> Date: Tue, 17 Sep 2013 13:30:55 -0400 From: Chris Metcalf User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Linus Torvalds , Linux Kernel Mailing List Subject: Re: [GIT PULL] additional arch/tile changes for v3.12 References: <523771A9.8090800@tilera.com> In-Reply-To: <523771A9.8090800@tilera.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2946 Lines: 64 This pull request is (IMO) suitable for 3.12-rc2 as well, since it introduces no new features and is purely cleanup (and deletes more lines of code than it adds - always a good attribute!). On 9/16/2013 5:01 PM, Chris Metcalf wrote: > Linus, > > Please pull the following changes for 3.12 from: > > git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git master > > This second batch of changes is just cleanup of various kinds from > doing some tidying work in the sources. Some dead code is removed, > comment typos fixed, whitespace and style issues cleaned up, and some > header updates from our internal "upstream" architecture team. > > Chris Metcalf (8): > tile: fix typos in comment in arch/tile/kernel/unaligned.c > tile: use pmd_pfn() instead of casting via pte_t > tile: remove HUGE_VMAP dead code > tile: remove stale arch/tile/kernel/futex_64.S > tile: double default VMALLOC space > tile: improve gxio iorpc autogenerated code style > tile: header updates from upstream > tile: remove stray blank space > > arch/tile/Kconfig | 2 +- > arch/tile/gxio/iorpc_mpipe.c | 90 +++++++++++++++---------------- > arch/tile/gxio/iorpc_mpipe_info.c | 15 +++--- > arch/tile/gxio/iorpc_trio.c | 28 +++++----- > arch/tile/gxio/iorpc_usb_host.c | 8 +-- > arch/tile/gxio/usb_host.c | 8 +-- > arch/tile/include/arch/mpipe.h | 24 ++++++--- > arch/tile/include/arch/mpipe_constants.h | 6 +-- > arch/tile/include/arch/mpipe_shm.h | 54 +++++++++++-------- > arch/tile/include/arch/trio_constants.h | 10 ++-- > arch/tile/include/asm/page.h | 5 +- > arch/tile/include/asm/pgtable_32.h | 12 +---- > arch/tile/include/asm/pgtable_64.h | 4 +- > arch/tile/include/gxio/iorpc_mpipe.h | 52 +++++++++--------- > arch/tile/include/gxio/iorpc_mpipe_info.h | 12 ++--- > arch/tile/include/gxio/iorpc_trio.h | 28 +++++----- > arch/tile/include/gxio/iorpc_usb_host.h | 8 +-- > arch/tile/include/gxio/usb_host.h | 8 +-- > arch/tile/kernel/compat.c | 2 +- > arch/tile/kernel/futex_64.S | 55 ------------------- > arch/tile/kernel/setup.c | 3 +- > arch/tile/kernel/unaligned.c | 4 +- > arch/tile/mm/fault.c | 2 - > arch/tile/mm/init.c | 4 -- > arch/tile/mm/pgtable.c | 3 +- > 25 files changed, 197 insertions(+), 250 deletions(-) > delete mode 100644 arch/tile/kernel/futex_64.S > -- Chris Metcalf, Tilera Corp. http://www.tilera.com -- 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/