X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fuatomic_arch_s390.h;h=2a4fa03e66cedb8d32488ae9e659ef886e76d88f;hp=0a0f2381835542e16216421657de8b755f2b0e42;hb=1b9119f8d4c3f40a61d4ee5403f0e7e5967c33d8;hpb=1b27a7725e853b9f0673a0ed2639b8dc1065f21b diff --git a/urcu/uatomic_arch_s390.h b/urcu/uatomic_arch_s390.h index 0a0f238..2a4fa03 100644 --- a/urcu/uatomic_arch_s390.h +++ b/urcu/uatomic_arch_s390.h @@ -8,7 +8,7 @@ * * Copyright (c) 2009 Novell, Inc. * Author: Jan Blunck - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -84,7 +84,7 @@ unsigned long _uatomic_exchange(volatile void *addr, unsigned long val, int len) : "memory", "cc"); return old_val; } -#if (BITS_PER_LONG == 64) +#if (CAA_BITS_PER_LONG == 64) case 8: { unsigned long old_val; @@ -127,7 +127,7 @@ unsigned long _uatomic_cmpxchg(void *addr, unsigned long old, : "memory", "cc"); return old_val; } -#if (BITS_PER_LONG == 64) +#if (CAA_BITS_PER_LONG == 64) case 8: { __asm__ __volatile__(