Re: Linux 2.6.3-rc1

From: Bartlomiej Zolnierkiewicz
Date: Mon Feb 09 2004 - 09:37:10 EST


On Monday 09 of February 2004 13:41, Arkadiusz Miskiewicz wrote:
> Dnia Monday 09 of February 2004 03:40, Andre Tomt napisał:
> > Ahh, indeed it does, _but_
> >
> > pdc202xx_old seems to have the same bug, making via82cxxx crash later on
> > instead.
> >
> > Doing the same change to pdc202xx_old.h (removing __initdata) fixes this
> > case too :-)
>
> What about others?
>
> ./pdc202xx_old.h:static ide_pci_host_proc_t pdc202xx_procs[] = {
> ./hpt34x.h:static ide_pci_host_proc_t hpt34x_procs[] __initdata = {
> ./alim15x3.h:static ide_pci_host_proc_t ali_procs[] __initdata = {
> ./amd74xx.h:static ide_pci_host_proc_t amd74xx_procs[] __initdata = {
> ./cs5530.h:static ide_pci_host_proc_t cs5530_procs[] __initdata = {
> ./pdc202xx_new.h:static ide_pci_host_proc_t pdcnew_procs[] = {
> ./piix.h:static ide_pci_host_proc_t piix_procs[] __devinitdata = {
> ./sc1200.h:static ide_pci_host_proc_t sc1200_procs[] __initdata = {
> ./slc90e66.h:static ide_pci_host_proc_t slc90e66_procs[] __initdata = {
> ./serverworks.h:static ide_pci_host_proc_t svwks_procs[] __initdata = {
> ./cmd64x.h:static ide_pci_host_proc_t cmd64x_procs[] __initdata = {
> ./aec62xx.h:static ide_pci_host_proc_t aec62xx_procs[] __initdata = {
> ./siimage.h:static ide_pci_host_proc_t siimage_procs[] __initdata = {
> ./sis5513.h:static ide_pci_host_proc_t sis_procs[] __initdata = {
> ./via82cxxx.h:static ide_pci_host_proc_t via_procs[] __initdata = {
> ./hpt366.h:static ide_pci_host_proc_t hpt366_procs[] __initdata = {
> ./triflex.h:static ide_pci_host_proc_t triflex_proc __initdata = {
> ./cs5520.h:static ide_pci_host_proc_t cs5520_procs[] __initdata = {
>
> all these __initdata (one __devinitdata) should also be removed?

Yes. Patch should be already in Linus' mailbox.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/