[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201212212043.57929.arnd@arndb.de>
Date: Fri, 21 Dec 2012 20:43:57 +0000
From: Arnd Bergmann <arnd@...db.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
lars@...afoo.de, will.deacon@....com, james.hogan@...tec.com
Subject: [GIT PULL] asm-generic cleanups
The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:
Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic
for you to fetch changes up to fb9de7ebc3a2eb7ddb83c92e288447a0c313bced:
xtensa: Use generic asm/mmu.h for nommu (2012-12-09 23:14:19 +0100)
----------------------------------------------------------------
warning: refname 'asm-generic' is ambiguous.
These are a few cleanups for asm-generic:
* a set of patches from Lars-Peter Clausen to generalize asm/mmu.h
and use it in the architectures that don't need any special handling.
* A patch from Will Deacon to remove the {read,write}s{b,w,l} as
discussed during the arm64 review
* A patch from James Hogan that helps with the meta architecture
series.
----------------------------------------------------------------
James Hogan (1):
asm-generic/io.h: remove asm/cacheflush.h include
Lars-Peter Clausen (5):
asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
asm-generic/mmu.h: Add support for FDPIC
c6x: Use generic asm/mmu.h
h8300: Use generic asm/mmu.h
xtensa: Use generic asm/mmu.h for nommu
Will Deacon (1):
asm-generic: io: remove {read,write} string functions
arch/c6x/include/asm/Kbuild | 1 +
arch/c6x/include/asm/mmu.h | 22 ----------------------
arch/h8300/include/asm/Kbuild | 1 +
arch/h8300/include/asm/mmu.h | 10 ----------
arch/openrisc/include/asm/io.h | 1 +
arch/xtensa/include/asm/mmu.h | 2 +-
arch/xtensa/include/asm/nommu.h | 3 ---
include/asm-generic/io.h | 31 -------------------------------
include/asm-generic/mmu.h | 6 +++++-
9 files changed, 9 insertions(+), 68 deletions(-)
delete mode 100644 arch/c6x/include/asm/mmu.h
delete mode 100644 arch/h8300/include/asm/mmu.h
delete mode 100644 arch/xtensa/include/asm/nommu.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists