| 1 | #ifndef _URCU_ARCH_UATOMIC_UNKNOWN_H |
| 2 | #define _URCU_ARCH_UATOMIC_UNKNOWN_H |
| 3 | |
| 4 | /* |
| 5 | * Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved. |
| 6 | * Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved. |
| 7 | * Copyright (c) 1999-2004 Hewlett-Packard Development Company, L.P. |
| 8 | * Copyright (c) 2009 Mathieu Desnoyers |
| 9 | * Copyright (c) 2010 Paul E. McKenney, IBM Corporation |
| 10 | * (Adapted from uatomic_arch_ppc.h) |
| 11 | * |
| 12 | * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED |
| 13 | * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. |
| 14 | * |
| 15 | * Permission is hereby granted to use or copy this program |
| 16 | * for any purpose, provided the above notices are retained on all copies. |
| 17 | * Permission to modify the code and to distribute modified code is granted, |
| 18 | * provided the above notices are retained, and a notice that the code was |
| 19 | * modified is included with the above copyright notice. |
| 20 | */ |
| 21 | |
| 22 | /* See configure.ac for the list of recognized architectures. */ |
| 23 | #error "Cannot build: unrecognized architecture detected." |
| 24 | |
| 25 | #endif /* _URCU_ARCH_UATOMIC_UNKNOWN_H */ |