summaryrefslogtreecommitdiff
path: root/packages/linux/linux-jlime-sh3-2.6.16.20/volatile-sys_sh.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/linux-jlime-sh3-2.6.16.20/volatile-sys_sh.c.patch')
-rw-r--r--packages/linux/linux-jlime-sh3-2.6.16.20/volatile-sys_sh.c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-jlime-sh3-2.6.16.20/volatile-sys_sh.c.patch b/packages/linux/linux-jlime-sh3-2.6.16.20/volatile-sys_sh.c.patch
new file mode 100644
index 0000000000..f90fe7fff4
--- /dev/null
+++ b/packages/linux/linux-jlime-sh3-2.6.16.20/volatile-sys_sh.c.patch
@@ -0,0 +1,11 @@
+--- linux-2.6.16.20/arch/sh/kernel/sys_sh.c_orig 2006-06-09 00:00:18.000000000 +0000
++++ linux-2.6.16.20/arch/sh/kernel/sys_sh.c 2006-06-09 00:02:24.000000000 +0000
+@@ -31,7 +31,7 @@
+ */
+ asmlinkage int sys_pipe(unsigned long r4, unsigned long r5,
+ unsigned long r6, unsigned long r7,
+- struct pt_regs regs)
++ volatile struct pt_regs regs)
+ {
+ int fd[2];
+ int error;