| To: | Manuel Lauss <mano@roarinelk.homelinux.net> |
|---|---|
| Subject: | Re: AU1550 Kernel bug detected[#1] clockevents_register_device |
| From: | Frank Neuber <frank.neuber@kernelport.de> |
| Date: | Wed, 28 Jan 2009 11:38:25 +0100 |
| Cc: | Florian Fainelli <florian@openwrt.org>, Linux-MIPS <linux-mips@linux-mips.org> |
| In-reply-to: | <20090128094552.GA25480@roarinelk.homelinux.net> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1233045842.28527.459.camel@t60p> <20090127091107.GA15890@roarinelk.homelinux.net> <1233051181.28527.485.camel@t60p> <20090127121123.GA17132@roarinelk.homelinux.net> <1233060160.28527.497.camel@t60p> <1233134374.28527.524.camel@t60p> <20090128093846.GA25402@roarinelk.homelinux.net> <20090128094552.GA25480@roarinelk.homelinux.net> |
| Sender: | linux-mips-bounce@linux-mips.org |
Am Mittwoch, den 28.01.2009, 10:45 +0100 schrieb Manuel Lauss:
> > > --- a/include/asm-mips/mach-au1x00/au1000.h
> > > +++ b/include/asm-mips/mach-au1x00/au1000.h
> > > @@ -1679,12 +1679,21 @@ enum soc_au1200_ints {
> > > #define Au1500_PCI_MEM_START 0x440000000ULL
> > > #define Au1500_PCI_MEM_END 0x44FFFFFFFULL
> > >
> > > +#if 1
> > > +#define PCI_IO_START 0x00001000
> > > +#define PCI_IO_END 0x000FFFFF
> > > +#define PCI_MEM_START 0x40000000
> > > +#define PCI_MEM_END 0x4FFFFFFF
> > > +#define PCI_FIRST_DEVFN (0 << 3)
> > > +#define PCI_LAST_DEVFN (19 << 3)
>
> The current -git sources already have this change. How come yours
> don't? (it was changed before 2.6.24).
Because I try to track down the PCI resource management problem in
2.6.24 I want to test older versions which does not have this problem
(like 2.6.16) or now after enabeling CONFIG_64BIT_PHYS_ADDR 2.6.19.
For next I will look at 2.6.23 what the problem is with the recource
conflict ....
Regards,
Frank
|
| Previous by Date: | Re: memcpy and prefetch, Ralf Baechle |
|---|---|
| Next by Date: | Question about the SMP8634/SMP8635 MIPS processor, Cyril HAENEL |
| Previous by Thread: | Re: AU1550 Kernel bug detected[#1] clockevents_register_device, Manuel Lauss |
| Next by Thread: | Re: AU1550 Kernel bug detected[#1] clockevents_register_device, Frank Neuber |
| Indexes: | [Date] [Thread] [Top] [All Lists] |