radeon: fix kernel_mm properly

main
Dave Airlie 2008-08-14 09:17:43 +10:00
parent 0580785030
commit b167ccf10f
1 changed files with 0 additions and 4 deletions

View File

@ -3120,10 +3120,6 @@ static int radeon_cp_getparam(struct drm_device *dev, void *data, struct drm_fil
case RADEON_PARAM_NUM_GB_PIPES:
value = dev_priv->num_gb_pipes;
break;
case RADEON_PARAM_KERNEL_MM:
/* BSD TODO */
value = 1;
break;
case RADEON_PARAM_KERNEL_MM:
value = dev_priv->mm_enabled;
break;