On Friday 26 October 2007, Russell King wrote:
> commit 8562043606430185cad26d085d46adcc7ad67fd1 is broken, causing:
>
> CC drivers/ide/pci/cmd64x.o
> CC drivers/ide/pci/hpt366.o
> drivers/ide/pci/hpt366.c:1428: error: hpt366_chipsets causes a section type
> conflict
>
> and theref
On Fri, 26 Oct 2007 09:30:20 -0700 (PDT)
Linus Torvalds <[EMAIL PROTECTED]> wrote:
>
>
> On Fri, 26 Oct 2007, Sergei Shtylyov wrote:
> >
> >We can just convert cariables declared as 'struct hpt_info' to
> > const too -- they are read-only templates.
>
> Generally "__devinitdata" is better
Hello.
Linus Torvalds wrote:
We can just convert cariables declared as 'struct hpt_info' to const too --
they are read-only templates.
Generally "__devinitdata" is better than "const", since it means that the
data may be thrown away.
Agreed.
So if you drop one over the other,
N
On Fri, 26 Oct 2007, Sergei Shtylyov wrote:
>
>We can just convert cariables declared as 'struct hpt_info' to const too
> --
> they are read-only templates.
Generally "__devinitdata" is better than "const", since it means that the
data may be thrown away.
So if you drop one over the oth
On Fri, 26 Oct 2007, Russell King wrote:
>
> commit 8562043606430185cad26d085d46adcc7ad67fd1 is broken, causing:
>
> CC drivers/ide/pci/cmd64x.o
> CC drivers/ide/pci/hpt366.o
> drivers/ide/pci/hpt366.c:1428: error: hpt366_chipsets causes a section type
> conflict
>
> and therefor
Hello.
Russell King wrote:
commit 8562043606430185cad26d085d46adcc7ad67fd1 is broken, causing:
CC drivers/ide/pci/cmd64x.o
CC drivers/ide/pci/hpt366.o
drivers/ide/pci/hpt366.c:1428: error: hpt366_chipsets causes a section type
conflict
and therefore should be reverted.
The
commit 8562043606430185cad26d085d46adcc7ad67fd1 is broken, causing:
CC drivers/ide/pci/cmd64x.o
CC drivers/ide/pci/hpt366.o
drivers/ide/pci/hpt366.c:1428: error: hpt366_chipsets causes a section type
conflict
and therefore should be reverted.
The problem arises because hpt366 has
7 matches
Mail list logo