From mboxrd@z Thu Jan 1 00:00:00 1970 From: Katsuya Matsubara Subject: [PATCH RT 0/4] sh arch support for 2.6.28-rt Date: Thu, 12 Feb 2009 00:01:39 +0900 Message-ID: <1234364503-857-1-git-send-email-matsu@igel.co.jp> Cc: Steven Rostedt , Ingo Molnar , Thomas Gleixner , Paul Mundt , LKML , Katsuya Matsubara To: linux-rt-users Return-path: Received: from mailhost.igel.co.jp ([219.106.231.130]:41197 "EHLO mailhost.igel.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751215AbZBKPXY (ORCPT ); Wed, 11 Feb 2009 10:23:24 -0500 Sender: linux-rt-users-owner@vger.kernel.org List-ID: These patches apply preempt-rt treatments into sh specific code. 64 bit support is not included because I have no sh64 board. These are based on the 2.6.28-rt git. I made sure that these work on renesas rts7751r2dplus. -- Katsuya Matsubara / matsu@igel.co.jp --- Katsuya Matsubara (4): sh: use __preempt_enable_no_resched in cpu_idle() sh: enable interrupts in signal handling sh: decouple the pagefault-disabled logic convert-locks-list: add sh specific spin locks arch/sh/kernel/process_32.c | 2 +- arch/sh/kernel/signal_32.c | 7 +++++++ arch/sh/mm/fault_32.c | 2 +- scripts/convert-locks-list | 12 ++++++++++++ 4 files changed, 21 insertions(+), 2 deletions(-)