2013-09-16 21:01:32

by Chris Metcalf

[permalink] [raw]
Subject: [GIT PULL] additional arch/tile changes for v3.12

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: <arch/> 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


2013-09-17 17:31:03

by Chris Metcalf

[permalink] [raw]
Subject: Re: [GIT PULL] additional arch/tile changes for v3.12

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: <arch/> 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