mirror of
https://abf.rosa.ru/djam/userspace-rcu.git
synced 2025-02-24 02:32:57 +00:00
Update e2k patch
This commit is contained in:
parent
a66573b3df
commit
3ec6e16ca8
1 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,23 @@
|
||||||
|
diff --git a/include/Makefile.am b/include/Makefile.am
|
||||||
|
index 3f92cc3..68e9790 100644
|
||||||
|
--- a/include/Makefile.am
|
||||||
|
+++ b/include/Makefile.am
|
||||||
|
@@ -2,6 +2,7 @@ nobase_include_HEADERS = \
|
||||||
|
urcu/arch/aarch64.h \
|
||||||
|
urcu/arch/alpha.h \
|
||||||
|
urcu/arch/arm.h \
|
||||||
|
+ urcu/arch/e2k.h \
|
||||||
|
urcu/arch/gcc.h \
|
||||||
|
urcu/arch/generic.h \
|
||||||
|
urcu/arch.h \
|
||||||
|
@@ -62,6 +63,7 @@ nobase_include_HEADERS = \
|
||||||
|
urcu/uatomic/alpha.h \
|
||||||
|
urcu/uatomic_arch.h \
|
||||||
|
urcu/uatomic/arm.h \
|
||||||
|
+ urcu/uatomic/e2k.h \
|
||||||
|
urcu/uatomic/gcc.h \
|
||||||
|
urcu/uatomic/generic.h \
|
||||||
|
urcu/uatomic.h \
|
||||||
diff --git a/include/urcu/arch.h b/include/urcu/arch.h
|
diff --git a/include/urcu/arch.h b/include/urcu/arch.h
|
||||||
index 620743c..6f809c7 100644
|
index 620743c..6f809c7 100644
|
||||||
--- a/include/urcu/arch.h
|
--- a/include/urcu/arch.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue