Prev: parisc fixes for v2.6.34
Next: [PATCH] Power: fix brace coding style issue in pda_power.c This is a patch to the pda_power.c file that fixes up a brace warning found by the checkpatch.pl tool Signed-off-by: Niels Egberts <niels.egberts@gmail.com>
From: Kyle McMartin on 6 Mar 2010 18:30 Hi Linus, just a small parisc update for .34 as I've not had a chance to fix up the new regset and tracehook stuff yet. All of this code has been baking in -next since last release (except the latest trivial ratelimit fix) and has been freshly rebased since jejb's XFS coherence fix was merged seperately. Tested to build and boot ok on my rp3440. regards, Kyle The following changes since commit 66b89159c25a47d2177743526c61b5ada7acc39e: Linus Torvalds (1): Merge git://git.kernel.org/.../joern/logfs are available in the git repository at: /pub/scm/linux/kernel/git/kyle/parisc-2.6.git for-linus Akinobu Mita (1): parisc: use __ratelimit in unaligned.c Frans Pop (1): parisc: remove trailing space in messages Helge Deller (3): parisc: wire up sys_recvmmsg parisc: add strict copy size checks (v2) parisc: drop unnecessary cast in __ldcw_align() macro John Stultz (1): parisc: Convert to read/update_persistent_clock Kyle McMartin (1): parisc: ditto sys_accept4 Robert P. J. Day (1): parisc: Simplify param.h by including <asm-generic/param.h> arch/parisc/Kconfig.debug | 14 ++++++++++++++ arch/parisc/include/asm/param.h | 23 +---------------------- arch/parisc/include/asm/system.h | 2 +- arch/parisc/include/asm/uaccess.h | 27 +++++++++++++++++++++++++-- arch/parisc/include/asm/unistd.h | 4 +++- arch/parisc/kernel/cache.c | 4 ++-- arch/parisc/kernel/syscall_table.S | 2 ++ arch/parisc/kernel/time.c | 29 +++++++++++++---------------- arch/parisc/kernel/unaligned.c | 14 ++++---------- arch/parisc/lib/memcpy.c | 3 ++- drivers/parisc/eisa_enumerator.c | 2 +- drivers/parisc/superio.c | 2 +- 12 files changed, 69 insertions(+), 57 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |