Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
1f9d11c7c99da706e33646c3a9080dd5a8ef9a0b
/
.
/
include
/
asm-x86
/
fixmap.h
blob: 5bd206973dca3cf184b859a1c2031ce6d3501ff3 [
file
] [
log
] [
blame
]
#ifndef
_ASM_FIXMAP_H
#define
_ASM_FIXMAP_H
#ifdef
CONFIG_X86_32
# include "fixmap_32.h"
#else
# include "fixmap_64.h"
#endif
#define
clear_fixmap
(
idx
)
\
__set_fixmap
(
idx
,
0
,
__pgprot
(
0
))
#endif