drm_compat: it's CONFIG_HIGHMEM, not CONFIG_HIMEM
A mis-spelled config option (was it spelled that way in the past?) eliminated kmap_atomic_prot_pfn from core DRM.main
parent
5540457fa5
commit
c0043155ad
|
@ -329,7 +329,7 @@ typedef _Bool bool;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if (defined(CONFIG_X86) && defined(CONFIG_X86_32) && defined(CONFIG_HIMEM))
|
#if (defined(CONFIG_X86) && defined(CONFIG_X86_32) && defined(CONFIG_HIGHMEM))
|
||||||
#define DRM_KMAP_ATOMIC_PROT_PFN
|
#define DRM_KMAP_ATOMIC_PROT_PFN
|
||||||
extern void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type,
|
extern void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type,
|
||||||
pgprot_t protection);
|
pgprot_t protection);
|
||||||
|
|
Loading…
Reference in New Issue