From 1ccf9cbe71d7392fb87e4b0046bd2eb94a75b541 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 29 Sep 2009 11:29:27 -0400 Subject: [PATCH] Separate arch_uatomic*.h from arch*.h Signed-off-by: Mathieu Desnoyers --- urcu-defer-static.h | 1 + urcu-qsbr-static.h | 1 + urcu-static.h | 1 + urcu/arch_ppc.h | 1 - urcu/arch_s390.h | 1 - urcu/arch_x86.h | 1 - 6 files changed, 3 insertions(+), 3 deletions(-) diff --git a/urcu-defer-static.h b/urcu-defer-static.h index 0493872..593f9a8 100644 --- a/urcu-defer-static.h +++ b/urcu-defer-static.h @@ -34,6 +34,7 @@ #include #include +#include #include diff --git a/urcu-qsbr-static.h b/urcu-qsbr-static.h index 8735c7f..d53a1f4 100644 --- a/urcu-qsbr-static.h +++ b/urcu-qsbr-static.h @@ -38,6 +38,7 @@ #include #include +#include #include /* diff --git a/urcu-static.h b/urcu-static.h index 3b7ea32..7d6d7ac 100644 --- a/urcu-static.h +++ b/urcu-static.h @@ -36,6 +36,7 @@ #include #include +#include #include /* diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index aaf61d3..edd1139 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -23,7 +23,6 @@ */ #include -#include #define CONFIG_HAVE_FENCE 1 #define CONFIG_HAVE_MEM_COHERENCY diff --git a/urcu/arch_s390.h b/urcu/arch_s390.h index 6c69a46..7171768 100644 --- a/urcu/arch_s390.h +++ b/urcu/arch_s390.h @@ -29,7 +29,6 @@ */ #include -#include #define CONFIG_HAVE_MEM_COHERENCY /* Assume SMP machine, given we don't have this information */ diff --git a/urcu/arch_x86.h b/urcu/arch_x86.h index d455b89..66b27d5 100644 --- a/urcu/arch_x86.h +++ b/urcu/arch_x86.h @@ -23,7 +23,6 @@ */ #include -#include /* Assume P4 or newer */ #define CONFIG_HAVE_FENCE 1 -- 2.34.1