Linux MIPS Architecture development
 help / color / mirror / Atom feed
* 2.6.23-rc4-mm1: mips compile error
       [not found] <20070831215822.26e1432b.akpm@linux-foundation.org>
@ 2007-09-01 15:44 ` Adrian Bunk
  2007-09-04  5:27   ` Mathieu Desnoyers
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2007-09-01 15:44 UTC (permalink / raw)
  To: Andrew Morton, Mathieu Desnoyers, Ralf Baechle; +Cc: linux-kernel, linux-mips

On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.23-rc3-mm1:
>...
>  git-mips.patch
>...
>  git trees
>...

<--  snip  -->

...
  CC      arch/mips/kernel/asm-offsets.s
In file included from include2/asm/processor.h:22,
                 from include2/asm/thread_info.h:15,
                 from 
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/thread_info.h:21,
                 from 
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/preempt.h:9,
                 from 
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/spinlock.h:49,
                 from 
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/seqlock.h:29,
                 from 
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/time.h:8,
                 from 
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/timex.h:57,
                 from 
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/sched.h:52,
                 from 
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/arch/mips/kernel/asm-offsets.c:13:
include2/asm/system.h:415:39: error: asm-generic/cmpxchg-local.h: No such file or directory
make[2]: *** [arch/mips/kernel/asm-offsets.s] Error 1

<--  snip  -->


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.23-rc4-mm1: mips compile error
  2007-09-01 15:44 ` 2.6.23-rc4-mm1: mips compile error Adrian Bunk
@ 2007-09-04  5:27   ` Mathieu Desnoyers
  2007-09-04 10:21     ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Desnoyers @ 2007-09-04  5:27 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Morton, Ralf Baechle, linux-kernel, linux-mips

* Adrian Bunk (bunk@kernel.org) wrote:
> On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote:
> >...
> > Changes since 2.6.23-rc3-mm1:
> >...
> >  git-mips.patch
> >...
> >  git trees
> >...
> 
> <--  snip  -->
> 
> ...
>   CC      arch/mips/kernel/asm-offsets.s
> In file included from include2/asm/processor.h:22,
>                  from include2/asm/thread_info.h:15,
>                  from 
> /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/thread_info.h:21,
>                  from 
> /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/preempt.h:9,
>                  from 
> /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/spinlock.h:49,
>                  from 
> /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/seqlock.h:29,
>                  from 
> /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/time.h:8,
>                  from 
> /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/timex.h:57,
>                  from 
> /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/sched.h:52,
>                  from 
> /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/arch/mips/kernel/asm-offsets.c:13:
> include2/asm/system.h:415:39: error: asm-generic/cmpxchg-local.h: No such file or directory
> make[2]: *** [arch/mips/kernel/asm-offsets.s] Error 1
> 
> <--  snip  -->
> 

Hello,

It is because
"Add cmpxchg64 and cmpxchg64_local to mips" has been added to the
git-mips.patch, but it depends on 
"add-cmpxchg-local-to-generic-for-up.patch" which is not merged yet.

It was an error in my series file.
add-cmpxchg-local-to-generic-for-up.patch should come before these
patches:

i386-cmpxchg64-80386-80486-fallback.patch
add-cmpxchg64-to-alpha.patch
add-cmpxchg64-to-mips.patch
add-cmpxchg64-to-powerpc.patch
add-cmpxchg64-to-x86_64.patch


Mathieu

> 
> cu
> Adrian
> 
> -- 
> 
>        "Is there not promise of rain?" Ling Tan asked suddenly out
>         of the darkness. There had been need of rain for many days.
>        "Only a promise," Lao Er said.
>                                        Pearl S. Buck - Dragon Seed
> 

-- 
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.23-rc4-mm1: mips compile error
  2007-09-04  5:27   ` Mathieu Desnoyers
@ 2007-09-04 10:21     ` Ralf Baechle
  0 siblings, 0 replies; 3+ messages in thread
From: Ralf Baechle @ 2007-09-04 10:21 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: Adrian Bunk, Andrew Morton, linux-kernel, linux-mips

On Tue, Sep 04, 2007 at 01:27:34AM -0400, Mathieu Desnoyers wrote:

> >   CC      arch/mips/kernel/asm-offsets.s
> > In file included from include2/asm/processor.h:22,
> >                  from include2/asm/thread_info.h:15,
> >                  from 
> > /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/thread_info.h:21,
> >                  from 
> > /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/preempt.h:9,
> >                  from 
> > /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/spinlock.h:49,
> >                  from 
> > /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/seqlock.h:29,
> >                  from 
> > /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/time.h:8,
> >                  from 
> > /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/timex.h:57,
> >                  from 
> > /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/include/linux/sched.h:52,
> >                  from 
> > /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/arch/mips/kernel/asm-offsets.c:13:
> > include2/asm/system.h:415:39: error: asm-generic/cmpxchg-local.h: No such file or directory
> > make[2]: *** [arch/mips/kernel/asm-offsets.s] Error 1
> > 
> > <--  snip  -->
> > 
> 
> Hello,
> 
> It is because
> "Add cmpxchg64 and cmpxchg64_local to mips" has been added to the
> git-mips.patch, but it depends on 
> "add-cmpxchg-local-to-generic-for-up.patch" which is not merged yet.
> 
> It was an error in my series file.
> add-cmpxchg-local-to-generic-for-up.patch should come before these
> patches:
> 
> i386-cmpxchg64-80386-80486-fallback.patch
> add-cmpxchg64-to-alpha.patch
> add-cmpxchg64-to-mips.patch
> add-cmpxchg64-to-powerpc.patch
> add-cmpxchg64-to-x86_64.patch

I had add-cmpxchg64-to-mips.patch queued myself also but removed it a few
days ago, so next -mm (if it's not out yet?) should be ok again.

  Ralf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-04 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070831215822.26e1432b.akpm@linux-foundation.org>
2007-09-01 15:44 ` 2.6.23-rc4-mm1: mips compile error Adrian Bunk
2007-09-04  5:27   ` Mathieu Desnoyers
2007-09-04 10:21     ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox