Hi Tony, On Thu, 23 Mar 2006 11:18:19 -0800 "Luck, Tony" <[email protected]> wrote: > > On Thu, Mar 23, 2006 at 11:09:22AM -0800, Luck, Tony wrote: > > - data8 sys_ni_syscall /* adjtimex */ > > + data8 sys32_adjtimex > > -ENOCOFFEE > > Of course that should be: > > > diff --git a/arch/ia64/ia32/ia32_entry.S b/arch/ia64/ia32/ia32_entry.S > index 95fe044..a32cd59 100644 > --- a/arch/ia64/ia32/ia32_entry.S > +++ b/arch/ia64/ia32/ia32_entry.S > @@ -334,7 +334,7 @@ ia32_syscall_table: > data8 sys_setdomainname > data8 sys32_newuname > data8 sys32_modify_ldt > - data8 sys_ni_syscall /* adjtimex */ > + data8 compat_sys_adjtimex > data8 sys32_mprotect /* 125 */ > data8 compat_sys_sigprocmask > data8 sys_ni_syscall /* create_module */ This patch is really just a matter for the ia64 tree, my patch was a cross architecture consolidation. Now that my patches are in Linus's tree, you should just submit the above (as long as it works and is needed) via the ia64 tree. -- Cheers, Stephen Rothwell [email protected] http://www.canb.auug.org.au/~sfr/
Attachment:
pgpfEJRbVU7bv.pgp
Description: PGP signature
- References:
- [PATCH 1/2] create struct compat_timex and use it everywhere
- From: Stephen Rothwell <[email protected]>
- Re: [PATCH 1/2] create struct compat_timex and use it everywhere
- From: "Luck, Tony" <[email protected]>
- Re: [PATCH 1/2] create struct compat_timex and use it everywhere
- From: "Luck, Tony" <[email protected]>
- Re: [PATCH 1/2] create struct compat_timex and use it everywhere
- From: "Luck, Tony" <[email protected]>
- [PATCH 1/2] create struct compat_timex and use it everywhere
- Prev by Date: Re: [PATCH 1/6] PCIERR : interfaces for synchronous I/O error detection on driver
- Next by Date: Re: eCryptfs Design Document
- Previous by thread: Re: [PATCH 1/2] create struct compat_timex and use it everywhere
- Next by thread: Re: [PATCH 1/2] create struct compat_timex and use it everywhere
- Index(es):