diff options
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb/ppc-remove-glibc-dep.patch')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb/ppc-remove-glibc-dep.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/ppc-remove-glibc-dep.patch b/meta-oe/recipes-dbs/mysql/mariadb/ppc-remove-glibc-dep.patch index 1ca86bcca2..d082d424b0 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb/ppc-remove-glibc-dep.patch +++ b/meta-oe/recipes-dbs/mysql/mariadb/ppc-remove-glibc-dep.patch | |||
@@ -36,7 +36,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
36 | + __builtin_ppc_get_timebase(); | 36 | + __builtin_ppc_get_timebase(); |
37 | #elif defined __GNUC__ && (defined __arm__ || defined __aarch64__) | 37 | #elif defined __GNUC__ && (defined __arm__ || defined __aarch64__) |
38 | /* Mainly, prevent the compiler from optimizing away delay loops */ | 38 | /* Mainly, prevent the compiler from optimizing away delay loops */ |
39 | __asm__ __volatile__ ("":::"memory"); | 39 | __asm__ __volatile__ ("isb":::"memory"); |
40 | --- a/storage/tokudb/PerconaFT/portability/toku_time.h | 40 | --- a/storage/tokudb/PerconaFT/portability/toku_time.h |
41 | +++ b/storage/tokudb/PerconaFT/portability/toku_time.h | 41 | +++ b/storage/tokudb/PerconaFT/portability/toku_time.h |
42 | @@ -124,7 +124,7 @@ static inline tokutime_t toku_time_now(v | 42 | @@ -124,7 +124,7 @@ static inline tokutime_t toku_time_now(v |