- Timestamp:
- May 14, 2015 3:59:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c
r55859 r55861 5 5 6 6 /* 7 * Copyright (C) 2006-201 1Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 34 34 35 35 #include <iprt/asm.h> 36 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 28) 36 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 28) || defined(CONFIG_X86_SMAP) 37 37 # include <iprt/asm-amd64-x86.h> 38 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.