[GIT PULL] additional arch/tile change for 2.6.40

From: Chris Metcalf
Date: Sun May 29 2011 - 08:32:10 EST


Linus,

Please pull for 2.6.40 from:

git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git master

This adds one final piece of functionality for the tile port that I
delayed from the initial pull request since it required more back and
forth on LKML before it was fully baked. It is support for some
limited /proc/tile and /proc/sys/tile hooks, plus a bunch of stuff in
sysfs (in /sys/hypervisor and /sys/devices/system/cpu).

The final version was reviewed by Arnd and is in linux-next. Thanks!

Chris Metcalf (1):
arch/tile: more /proc and /sys file support

arch/tile/Kconfig | 1 +
arch/tile/include/asm/hardwall.h | 15 +++-
arch/tile/kernel/Makefile | 2 +-
arch/tile/kernel/hardwall.c | 90 ++++++++++++++-----
arch/tile/kernel/proc.c | 73 +++++++++++++++
arch/tile/kernel/sysfs.c | 185 ++++++++++++++++++++++++++++++++++++++
fs/proc/base.c | 9 ++
7 files changed, 347 insertions(+), 28 deletions(-)
create mode 100644 arch/tile/kernel/sysfs.c


--
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/