LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* 2.6.27-git6: no longer compiles on zaurus
@ 2008-10-17 10:15 Pavel Machek
  2008-10-17 10:51 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2008-10-17 10:15 UTC (permalink / raw)
  To: kernel list, rpurdie, lenz, Russell King, Dirk, arminlitzel,
	metan, thommycheck, milan

Hi!

...it should be easy to fix.... but I can't find cpu_is_pxa21x in the
headers....?

								Pavel

  CHK     include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
  CHK     include/linux/utsrelease.h
  CALL    scripts/checksyscalls.sh
<stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
<stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
<stdin>:1321:2: warning: #warning syscall pselect6 not implemented
<stdin>:1325:2: warning: #warning syscall ppoll not implemented
<stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
  CHK     include/linux/compile.h
  CC [M]  sound/arm/pxa2xx-ac97-lib.o
In file included from sound/arm/pxa2xx-ac97-lib.c:26:
arch/arm/mach-pxa/include/mach/pxa2xx-gpio.h:4:2: warning: #warning Please use mfp-pxa2[57]x.h instead of pxa2xx-gpio.h
sound/arm/pxa2xx-ac97-lib.c: In function 'pxa2xx_ac97_read':
sound/arm/pxa2xx-ac97-lib.c:53: error: implicit declaration of function 'cpu_is_pxa21x'
make[2]: *** [sound/arm/pxa2xx-ac97-lib.o] Error 1
make[1]: *** [sound/arm] Error 2
make: *** [sound] Error 2


-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: 2.6.27-git6: no longer compiles on zaurus
  2008-10-17 10:15 2.6.27-git6: no longer compiles on zaurus Pavel Machek
@ 2008-10-17 10:51 ` Takashi Iwai
  2008-10-18 18:07   ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2008-10-17 10:51 UTC (permalink / raw)
  To: Pavel Machek
  Cc: kernel list, rpurdie, lenz, Russell King, Dirk, arminlitzel,
	metan, thommycheck, milan

At Fri, 17 Oct 2008 12:15:58 +0200,
Pavel Machek wrote:
> 
> Hi!
> 
> ...it should be easy to fix.... but I can't find cpu_is_pxa21x in the
> headers....?

It was removed.  The build error was already fixed in the latest Linus
tree (although warnings are not yet).


thanks,

Takashi

> 
> 								Pavel
> 
>   CHK     include/linux/version.h
> make[1]: `include/asm-arm/mach-types.h' is up to date.
>   CHK     include/linux/utsrelease.h
>   CALL    scripts/checksyscalls.sh
> <stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
> <stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
> <stdin>:1321:2: warning: #warning syscall pselect6 not implemented
> <stdin>:1325:2: warning: #warning syscall ppoll not implemented
> <stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
>   CHK     include/linux/compile.h
>   CC [M]  sound/arm/pxa2xx-ac97-lib.o
> In file included from sound/arm/pxa2xx-ac97-lib.c:26:
> arch/arm/mach-pxa/include/mach/pxa2xx-gpio.h:4:2: warning: #warning Please use mfp-pxa2[57]x.h instead of pxa2xx-gpio.h

This one isn't fixed yet.

> sound/arm/pxa2xx-ac97-lib.c: In function 'pxa2xx_ac97_read':
> sound/arm/pxa2xx-ac97-lib.c:53: error: implicit declaration of function 'cpu_is_pxa21x'



> make[2]: *** [sound/arm/pxa2xx-ac97-lib.o] Error 1
> make[1]: *** [sound/arm] Error 2
> make: *** [sound] Error 2
> 
> 
> -- 
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

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

* Re: 2.6.27-git6: no longer compiles on zaurus
  2008-10-17 10:51 ` Takashi Iwai
@ 2008-10-18 18:07   ` Pavel Machek
  0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2008-10-18 18:07 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: kernel list, rpurdie, lenz, Russell King, Dirk, arminlitzel,
	metan, thommycheck, milan

On Fri 2008-10-17 12:51:42, Takashi Iwai wrote:
> At Fri, 17 Oct 2008 12:15:58 +0200,
> Pavel Machek wrote:
> > 
> > Hi!
> > 
> > ...it should be easy to fix.... but I can't find cpu_is_pxa21x in the
> > headers....?
> 
> It was removed.  The build error was already fixed in the latest Linus
> tree (although warnings are not yet).


Thanks!
								Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

end of thread, other threads:[~2008-10-18 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-17 10:15 2.6.27-git6: no longer compiles on zaurus Pavel Machek
2008-10-17 10:51 ` Takashi Iwai
2008-10-18 18:07   ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).