mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 14:08:05 +02:00
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.
This commit is contained in:
parent
52bf2e77b0
commit
020a59e46c
1 changed files with 1 additions and 1 deletions
|
|
@ -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_HIGHMEM))
|
||||
#define DRM_KMAP_ATOMIC_PROT_PFN
|
||||
extern void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type,
|
||||
pgprot_t protection);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue