Skip to content

Commit

Permalink
MDEV-33447 fixes for ppc64le
Browse files Browse the repository at this point in the history
followup for 3f9f5ca
  • Loading branch information
vuvova committed Apr 22, 2024
1 parent 52529a5 commit 926e38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/sync/cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const pmem_control pmem;
#else
void pmem_persist(const void *buf, size_t size)
{
# ifdef __ppc64__
# ifdef __PPC__
for (uintptr_t u= uintptr_t(buf) & ~(CPU_LEVEL1_DCACHE_LINESIZE),
end= uintptr_t(buf) + size;
u < end; u+= CPU_LEVEL1_DCACHE_LINESIZE)
Expand Down

0 comments on commit 926e38c

Please sign in to comment.