patch-2.4.10 linux/arch/arm/kernel/arthur.c
Next file: linux/arch/arm/kernel/init_task.c
Previous file: linux/arch/alpha/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Sep 10 13:04:33 2001
- Orig file:
v2.4.9/linux/arch/arm/kernel/arthur.c
- Orig date:
Thu Apr 12 12:20:31 2001
diff -u --recursive --new-file v2.4.9/linux/arch/arm/kernel/arthur.c linux/arch/arm/kernel/arthur.c
@@ -1,7 +1,7 @@
/*
* linux/arch/arm/kernel/arthur.c
*
- * Copyright (C) 1998, 1999, 2000 Philip Blundell
+ * Copyright (C) 1998, 1999, 2000, 2001 Philip Blundell
*
* Arthur personality
*/
@@ -58,14 +58,14 @@
{
struct siginfo info;
info.si_signo = SIGSWI;
- info.si_code = nr;
+ info.si_errno = nr;
/* Bounce it to the emulator */
send_sig_info(SIGSWI, &info, current);
}
static struct exec_domain arthur_exec_domain = {
"Arthur", /* name */
- (lcall7_func)arthur_lcall7,
+ arthur_lcall7,
PER_RISCOS, PER_RISCOS,
arthur_to_linux_signals,
linux_to_arthur_signals,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)