diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-12-15 12:37:24 +0100 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-12-15 12:37:24 +0100 |
commit | 38ed67196f4ba891568c5ff66e67ced341696eb9 (patch) | |
tree | 2c06bc31d1461625b1a5c6ebbb30a60c3767d628 /linux-core/drm_stub.c | |
parent | aefc7a34431a8f1540b261e23d8b8d05d824b60a (diff) |
Remove the memory caches for fence objects and memory manager nodes,
since the support for memory caches has gone from 2.6.20.
Diffstat (limited to 'linux-core/drm_stub.c')
-rw-r--r-- | linux-core/drm_stub.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux-core/drm_stub.c b/linux-core/drm_stub.c index c03a56a1..4f6cd3f1 100644 --- a/linux-core/drm_stub.c +++ b/linux-core/drm_stub.c @@ -54,11 +54,6 @@ drm_head_t **drm_heads; struct drm_sysfs_class *drm_class; struct proc_dir_entry *drm_proc_root; -drm_cache_t drm_cache = -{ .mm = NULL, - .fence_object = NULL -}; - static int drm_fill_in_dev(drm_device_t * dev, struct pci_dev *pdev, const struct pci_device_id *ent, struct drm_driver *driver) |