From cd375832813a66491f43c3f5e56ed74670955e43 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Fri, 17 May 2002 08:35:47 +0000 Subject: Remove some older Linux 2.3.99 code --- linux-core/i830_dma.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'linux-core') diff --git a/linux-core/i830_dma.c b/linux-core/i830_dma.c index 6d0e3223..e83ac5e9 100644 --- a/linux-core/i830_dma.c +++ b/linux-core/i830_dma.c @@ -247,14 +247,11 @@ static int i830_unmap_buffer(drm_buf_t *buf) #else down_write( ¤t->mm->mmap_sem ); #endif -#if LINUX_VERSION_CODE < 0x020399 - retcode = do_munmap((unsigned long)buf_priv->virtual, - (size_t) buf->total); -#else + retcode = do_munmap(current->mm, (unsigned long)buf_priv->virtual, (size_t) buf->total); -#endif + #if LINUX_VERSION_CODE <= 0x020402 up( ¤t->mm->mmap_sem ); #else -- cgit v1.2.3