1
1

Revert "opal/lifo: fix type declaration when cmpset_128 is available"

This reverts commit 1ba36175bee9f95e8c0236dacea1fdcb877d57cb.
Этот коммит содержится в:
Gilles Gouaillardet 2015-01-16 15:18:07 +09:00
родитель 1ba36175be
Коммит 5687ce8a07

Просмотреть файл

@ -14,8 +14,6 @@
* Copyright (c) 2010 IBM Corporation. All rights reserved. * Copyright (c) 2010 IBM Corporation. All rights reserved.
* Copyright (c) 2014 Los Alamos National Security, LLC. All rights * Copyright (c) 2014 Los Alamos National Security, LLC. All rights
* reseved. * reseved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *
* Additional copyrights may follow * Additional copyrights may follow
@ -43,7 +41,7 @@ BEGIN_C_DECLS
* Counted pointer to avoid the ABA problem. * Counted pointer to avoid the ABA problem.
*/ */
union opal_counted_pointer_t { union opal_counted_pointer_t {
union { struct {
/** update counter used when cmpset_128 is available */ /** update counter used when cmpset_128 is available */
uint64_t counter; uint64_t counter;
/** list item pointer */ /** list item pointer */