![]() |
|
|||
0001 /* 0002 * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. 0003 */ 0004 0005 #define BUILD_VDSO32 0006 0007 #ifdef CONFIG_SPARC64 0008 0009 /* 0010 * in case of a 32 bit VDSO for a 64 bit kernel fake a 32 bit kernel 0011 * configuration 0012 */ 0013 #undef CONFIG_64BIT 0014 #undef CONFIG_SPARC64 0015 #define BUILD_VDSO32_64 0016 #define CONFIG_32BIT 0017 #undef CONFIG_QUEUED_RWLOCKS 0018 #undef CONFIG_QUEUED_SPINLOCKS 0019 0020 #endif 0021 0022 #include "../vclock_gettime.c"
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |