Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432884 | Differences between
and this patch

Collapse All | Expand All

(-)old/vboxdrv/r0drv/linux/memobj-r0drv-linux.c (+4 lines)
Lines 50-55 Link Here
50
# define PAGE_READONLY_EXEC PAGE_READONLY
50
# define PAGE_READONLY_EXEC PAGE_READONLY
51
#endif
51
#endif
52
52
53
#ifndef VM_RESERVED
54
# define  VM_RESERVED   (VM_DONTEXPAND | VM_DONTDUMP)
55
#endif
56
53
/*
57
/*
54
 * 2.6.29+ kernels don't work with remap_pfn_range() anymore because
58
 * 2.6.29+ kernels don't work with remap_pfn_range() anymore because
55
 * track_pfn_vma_new() is apparently not defined for non-RAM pages.
59
 * track_pfn_vma_new() is apparently not defined for non-RAM pages.

Return to bug 432884