* kernel-source bug for sparc architecture
@ 2004-12-22 18:15 Regis Leclerc
2004-12-22 18:25 ` William Lee Irwin III
0 siblings, 1 reply; 2+ messages in thread
From: Regis Leclerc @ 2004-12-22 18:15 UTC (permalink / raw)
To: linux-kernel
hi,
I am compiling kernel 2.6.9 on a sparc32 architecture (SUN4C) with
GCC3.3.4, and found that drivers/video/bw2.c has a compilation problem
on line 389.
There is a call that passes &options as 2nd argument, but the "options"
variable isn't defined anywhere.
In drivers/video/cg6.c there is the same kind of call, but it passes
NULL instead of &options, so I altered bw2.c to replace &options with
NULL, so the compilation can go on (it's a part of the make image part).
I am not a specialist of video drivers on sparc32 (I have a CG6,
anyway), but I'm reporting this compilation problem so a true specialist
of this part of the code can raise an eyebrow on it.
thank you for your attention,
regards,
Regis
--
Regis Leclerc <regis@safety-host.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: kernel-source bug for sparc architecture
2004-12-22 18:15 kernel-source bug for sparc architecture Regis Leclerc
@ 2004-12-22 18:25 ` William Lee Irwin III
0 siblings, 0 replies; 2+ messages in thread
From: William Lee Irwin III @ 2004-12-22 18:25 UTC (permalink / raw)
To: Regis Leclerc; +Cc: linux-kernel
On Wed, Dec 22, 2004 at 07:15:02PM +0100, Regis Leclerc wrote:
> I am compiling kernel 2.6.9 on a sparc32 architecture (SUN4C) with
> GCC3.3.4, and found that drivers/video/bw2.c has a compilation problem
> on line 389.
> There is a call that passes &options as 2nd argument, but the "options"
> variable isn't defined anywhere.
> In drivers/video/cg6.c there is the same kind of call, but it passes
> NULL instead of &options, so I altered bw2.c to replace &options with
> NULL, so the compilation can go on (it's a part of the make image part).
> I am not a specialist of video drivers on sparc32 (I have a CG6,
> anyway), but I'm reporting this compilation problem so a true specialist
> of this part of the code can raise an eyebrow on it.
I've seen a patch for that, but wasn't sure if I should take on a video
driver as it's outside of arch/sparc/. If it's not already merged, it
will be in a sparc32 release I'll announce later on today.
-- wli
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-22 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-22 18:15 kernel-source bug for sparc architecture Regis Leclerc
2004-12-22 18:25 ` William Lee Irwin III
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.