Re: [BUG] 2.4.20-rc2-ac3 oops (causer is DRM 4.3.x code)

From: Marc-Christian Petersen (m.c.p@wolk-project.de)
Date: Mon Nov 25 2002 - 12:12:43 EST


On Monday 25 November 2002 18:02, Arjan van de Ven wrote:

Hi Arjan,

> @ -622,16 +615,20 @@
> if ( dev->dev_private ) {
> drm_r128_private_t *dev_priv = dev->dev_private;
>
> +#if __REALLY_HAVE_SG
> if ( !dev_priv->is_pci ) {
> +#endif
> DRM_IOREMAPFREE( dev_priv->cce_ring );
> DRM_IOREMAPFREE( dev_priv->ring_rptr );
> DRM_IOREMAPFREE( dev_priv->buffers );
> +#if __REALLY_HAVE_SG
> } else {
> if (!DRM(ati_pcigart_cleanup)( dev,
> dev_priv->phys_pci_gart,
> dev_priv->bus_pci_gart
> ))
> DRM_ERROR( "failed to cleanup PCI
> GART!\n" );
> }
> +#endif
sorry for eventually stupidity, but? ... REALLY_HAVE_SG?

ciao, Marc

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



This archive was generated by hypermail 2b29 : Sat Nov 30 2002 - 22:00:11 EST