Re: Panic in gart_map_sg

2007-10-25 Thread Jens Axboe
On Thu, Oct 25 2007, Amit Shah wrote: > On 25/10/2007, Jens Axboe <[EMAIL PROTECTED]> wrote: > > On Thu, Oct 25 2007, Amit Shah wrote: > > > I get a kernel panic at gart_map_sg+0x201/0x470, which is around here: > > ... > > > Tomo already nailed this one, see below. > > > > From: FUJITA Tomonori

Re: Panic in gart_map_sg

2007-10-25 Thread Amit Shah
On 25/10/2007, Jens Axboe <[EMAIL PROTECTED]> wrote: > On Thu, Oct 25 2007, Amit Shah wrote: > > I get a kernel panic at gart_map_sg+0x201/0x470, which is around here: ... > Tomo already nailed this one, see below. > > From: FUJITA Tomonori <[EMAIL PROTECTED]> > Subject: [PATCH] x86: pci-gart fix

Re: Panic in gart_map_sg

2007-10-25 Thread Jens Axboe
On Thu, Oct 25 2007, Amit Shah wrote: > I get a kernel panic at gart_map_sg+0x201/0x470, which is around here: > > out++; > flush_gart(); > if (out < nents) { > sgmap = sg_next(sgmap); > sgmap->dma_length = 0; > } > return out; > > 8e5: