| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ralf@linux-mips.org |
| Date: | Fri, 05 Aug 2005 11:31:53 +0100 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/08/05 11:31:47
Modified files:
arch/mips/kernel: scall64-n32.S
Log message:
sys is only used for native o32 ...
diff -urN linux/arch/mips/kernel/scall64-n32.S
linux/arch/mips/kernel/scall64-n32.S
--- linux/arch/mips/kernel/scall64-n32.S 2005/07/13 11:49:02 1.32
+++ linux/arch/mips/kernel/scall64-n32.S 2005/08/05 10:31:47 1.33
@@ -364,6 +364,6 @@
PTR sys_request_key
PTR sys_keyctl /* 6245 */
PTR sys_set_thread_area
- sys sys_inotify_init
- sys sys_inotify_add_watch
- sys sys_inotify_rm_watch
+ PTR sys_inotify_init
+ PTR sys_inotify_add_watch
+ PTR sys_inotify_rm_watch
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ppopov |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ralf |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ppopov |
| Next by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |