diff options
author | 2008-07-09 13:45:33 +0200 | |
---|---|---|
committer | 2008-07-16 11:07:02 +0200 | |
commit | b3fe124389f9dd97f0bbd954da2910e286648f0f (patch) | |
tree | 2765275735d72be7f040dfc239edd66109e44d27 /mm/mm_init.c | |
parent | xen64: fix !HVC_XEN build dependency (diff) | |
download | wireguard-linux-b3fe124389f9dd97f0bbd954da2910e286648f0f.tar.xz wireguard-linux-b3fe124389f9dd97f0bbd954da2910e286648f0f.zip |
xen64: fix build error on 32-bit + !HIGHMEM
fix:
arch/x86/xen/enlighten.c: In function 'xen_set_fixmap':
arch/x86/xen/enlighten.c:1127: error: 'FIX_KMAP_BEGIN' undeclared (first use in this function)
arch/x86/xen/enlighten.c:1127: error: (Each undeclared identifier is reported only once
arch/x86/xen/enlighten.c:1127: error: for each function it appears in.)
arch/x86/xen/enlighten.c:1127: error: 'FIX_KMAP_END' undeclared (first use in this function)
make[1]: *** [arch/x86/xen/enlighten.o] Error 1
make: *** [arch/x86/xen/enlighten.o] Error 2
FIX_KMAP_BEGIN is only available on HIGHMEM.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'mm/mm_init.c')
0 files changed, 0 insertions, 0 deletions