/* * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. */ #define BUILD_VDSO32 #ifndef [31mCONFIG_CC_OPTIMIZE_FOR_SIZE[0m #undef [31mCONFIG_OPTIMIZE_INLINING[0m #endif #ifdef [31mCONFIG_SPARC64[0m /* * in case of a 32 bit VDSO for a 64 bit kernel fake a 32 bit kernel * configuration */ #undef [31mCONFIG_64BIT[0m #undef [31mCONFIG_SPARC64[0m #define BUILD_VDSO32_64 #define [31mCONFIG_32BIT[0m #undef [31mCONFIG_QUEUED_RWLOCKS[0m #undef [31mCONFIG_QUEUED_SPINLOCKS[0m #endif #include "../vclock_gettime.c" |