From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Wed, 16 Jan 2013 09:43:38 +0000 Subject: [GIT PULL] sh fixes for 3.8-rc4 Message-Id: <20130116094337.GB30208@linux-sh.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org The following changes since commit 254adaa465c40151df11fc1f88f93e6e86eb61d4: seq_file: fix new kernel-doc warnings (2013-01-10 14:35:24 -0800) are available in the git repository at: git://github.com/pmundt/linux-sh.git tags/sh-for-linus for you to fetch changes up to 035688d9c64c61957dd272a1e773f27b0143704d: sh: ecovec: add sample amixer settings (2013-01-16 18:30:44 +0900) ---------------------------------------------------------------- SuperH fixes for 3.8-rc4 ---------------------------------------------------------------- Kuninori Morimoto (3): sh: define TASK_UNMAPPED_BASE as a page aligned constant sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6 sh: ecovec: add sample amixer settings Paul Mundt (2): sh: wire up finit_module syscall. sh: Fix up stack debugging build. Thomas Schwinge (1): sh: Fix FDPIC binary loader arch/sh/boards/mach-ecovec24/setup.c | 10 ++++++++++ arch/sh/include/asm/elf.h | 4 ++-- arch/sh/include/asm/processor_32.h | 2 +- arch/sh/include/asm/processor_64.h | 2 +- arch/sh/include/uapi/asm/unistd_32.h | 3 ++- arch/sh/include/uapi/asm/unistd_64.h | 3 ++- arch/sh/kernel/syscalls_32.S | 1 + arch/sh/kernel/syscalls_64.S | 1 + arch/sh/lib/mcount.S | 2 ++ drivers/sh/clk/cpg.c | 6 ++++++ 10 files changed, 28 insertions(+), 6 deletions(-)