projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5540457
)
drm_compat: it's CONFIG_HIGHMEM, not CONFIG_HIMEM
author
Keith Packard
<keithp@keithp.com>
Tue, 24 Jun 2008 05:03:06 +0000
(22:03 -0700)
committer
Keith Packard
<keithp@keithp.com>
Tue, 24 Jun 2008 16:52:33 +0000
(09:52 -0700)
A mis-spelled config option (was it spelled that way in the past?)
eliminated kmap_atomic_prot_pfn from core DRM.
linux-core/drm_compat.h
patch
|
blob
|
history
diff --git
a/linux-core/drm_compat.h
b/linux-core/drm_compat.h
index 30834f33acb0e68a54d919fc55e4a52710fb4ce1..6aa19c5566766f7c2b22ce78ec1ddcde426dda34 100644
(file)
--- a/
linux-core/drm_compat.h
+++ b/
linux-core/drm_compat.h
@@
-329,7
+329,7
@@
typedef _Bool bool;
#endif
-#if (defined(CONFIG_X86) && defined(CONFIG_X86_32) && defined(CONFIG_HIMEM))
+#if (defined(CONFIG_X86) && defined(CONFIG_X86_32) && defined(CONFIG_HI
GH
MEM))
#define DRM_KMAP_ATOMIC_PROT_PFN
extern void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type,
pgprot_t protection);