From: Keith Whitwell Date: Tue, 21 Dec 2004 23:07:13 +0000 (+0000) Subject: Remove debug code which referenced an old global variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8bdaa927ebca0a23a3bdeed3f4bb11b0f1600684;p=mesa.git Remove debug code which referenced an old global variable. --- diff --git a/src/mesa/drivers/dri/unichrome/via_ioctl.c b/src/mesa/drivers/dri/unichrome/via_ioctl.c index 9286501616e..58a30127293 100644 --- a/src/mesa/drivers/dri/unichrome/via_ioctl.c +++ b/src/mesa/drivers/dri/unichrome/via_ioctl.c @@ -1469,6 +1469,8 @@ int flush_sys(viaContextPtr vmesa, drm_via_flush_sys_t* buf) } } + +#if 0 /*=* John Sheng [2003.6.20] debug pci *=*/ if (VIA_DEBUG) { GLuint *pnEngBase = (GLuint *)((GLuint)pnMMIOBase + 0x400); @@ -1520,5 +1522,7 @@ int flush_sys(viaContextPtr vmesa, drm_via_flush_sys_t* buf) } } dmaLow = vmesa->dmaLow; +#endif + return 0; }