Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a9bc3bfd1226c3f09cf321374f934b3892929872
Commit:     a9bc3bfd1226c3f09cf321374f934b3892929872
Parent:     33a40bfd4f41af71231192b8024efba79123f198
Author:     Alexandr Andreev <[EMAIL PROTECTED]>
AuthorDate: Fri Mar 16 21:07:36 2007 +0100
Committer:  Andi Kleen <[EMAIL PROTECTED]>
CommitDate: Fri Mar 16 21:07:36 2007 +0100

    [PATCH] x86-64: wire up compat sched_rr_get_interval(2)
    
    sys32_sched_rr_get_interval() uses compat_timespec but wasn't used itself.
    
    Signed-off-by: Alexandr Andreev <[EMAIL PROTECTED]>
    Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]>
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
---
 arch/x86_64/ia32/ia32entry.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86_64/ia32/ia32entry.S b/arch/x86_64/ia32/ia32entry.S
index eda7a0d..796df69 100644
--- a/arch/x86_64/ia32/ia32entry.S
+++ b/arch/x86_64/ia32/ia32entry.S
@@ -560,7 +560,7 @@ ia32_sys_call_table:
        .quad sys_sched_yield
        .quad sys_sched_get_priority_max
        .quad sys_sched_get_priority_min  /* 160 */
-       .quad sys_sched_rr_get_interval
+       .quad sys32_sched_rr_get_interval
        .quad compat_sys_nanosleep
        .quad sys_mremap
        .quad sys_setresuid16
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to