diff options
author | Rik Faith <faith@alephnull.com> | 2000-09-29 02:05:41 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-09-29 02:05:41 +0000 |
commit | 52f0bc3c9ec722c0c8a40bb7959e7ec2eb9d8180 (patch) | |
tree | f98d14b28b3d50fd180d523760c65428b48231e6 /linux-core | |
parent | 39a659e87718d8b6bbf138510e83de7a1e95d855 (diff) |
More changes for sync with Linux 2.4.0-test9-pre7
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/README.drm | 1 | ||||
-rw-r--r-- | linux-core/drmP.h | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/linux-core/README.drm b/linux-core/README.drm index 5c293fb9..6441e01e 100644 --- a/linux-core/README.drm +++ b/linux-core/README.drm @@ -1,4 +1,3 @@ - ************************************************************ * For the very latest on DRI development, please see: * * http://dri.sourceforge.net/ * diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 1f883417..6be90c51 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -152,11 +152,6 @@ typedef struct wait_queue *wait_queue_head_t; #define module_exit(x) void cleanup_module(void) { x(); } #endif - /* virt_to_page added in 2.4.0-test6 */ -#if LINUX_VERSION_CODE < 0x020400 -#define virt_to_page(kaddr) (mem_map + MAP_NR(kaddr)) -#endif - /* Generic cmpxchg added in 2.3.x */ #ifndef __HAVE_ARCH_CMPXCHG /* Include this here so that driver can be |