[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1Ox3IT-0006RY-BV@ZenIV.linux.org.uk>
Date: Sat, 18 Sep 2010 20:42:05 +0100
From: Al Viro <viro@....linux.org.uk>
To: linux-arch@...r.kernel.org
Cc: dhowells@...hat.com, linux-kernel@...r.kernel.org
Subject: [PATCH 4/5] frv: handling of restart into restart_syscall is
fscked
syscall number is in gr7, not gr8...
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
arch/frv/kernel/signal.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/frv/kernel/signal.c b/arch/frv/kernel/signal.c
index fa40d54..ad74e2e 100644
--- a/arch/frv/kernel/signal.c
+++ b/arch/frv/kernel/signal.c
@@ -547,7 +547,7 @@ no_signal:
break;
case -ERESTART_RESTARTBLOCK:
- __frame->gr8 = __NR_restart_syscall;
+ __frame->gr7 = __NR_restart_syscall;
__frame->pc -= 4;
break;
}
--
1.5.6.5
--
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