Remove buf_alloc which is unused since the locking commit.

This commit is contained in:
Eric Anholt 2003-11-05 00:49:35 +00:00
parent 27f9c5f016
commit e5cad7fced
4 changed files with 0 additions and 4 deletions

View file

@ -332,7 +332,6 @@ struct drm_device {
/* Usage Counters */
int open_count; /* Outstanding files open */
int buf_use; /* Buffers in use -- cannot alloc */
int buf_alloc; /* Buffer allocation in progress */
/* Performance counters */
unsigned long counters;

View file

@ -422,7 +422,6 @@ static int DRM(setup)( drm_device_t *dev )
DRIVER_PRESETUP();
dev->buf_use = 0;
dev->buf_alloc = 0;
#if __HAVE_DMA
i = DRM(dma_setup)( dev );

View file

@ -332,7 +332,6 @@ struct drm_device {
/* Usage Counters */
int open_count; /* Outstanding files open */
int buf_use; /* Buffers in use -- cannot alloc */
int buf_alloc; /* Buffer allocation in progress */
/* Performance counters */
unsigned long counters;

View file

@ -422,7 +422,6 @@ static int DRM(setup)( drm_device_t *dev )
DRIVER_PRESETUP();
dev->buf_use = 0;
dev->buf_alloc = 0;
#if __HAVE_DMA
i = DRM(dma_setup)( dev );