summaryrefslogtreecommitdiffstats
path: root/target/linux/avr32
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-08 10:34:21 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-08 10:34:21 +0000
commitb91a5422477e6b86a42856d0c399edbb811543c0 (patch)
tree244afd918c30cd7d2fd62396a841ef5eb5c845eb /target/linux/avr32
parentbd8683ac93dfcb6cbdfe1d041f52d3bafef4278b (diff)
downloadmaster-31e0f0ae-b91a5422477e6b86a42856d0c399edbb811543c0.tar.gz
master-31e0f0ae-b91a5422477e6b86a42856d0c399edbb811543c0.tar.bz2
master-31e0f0ae-b91a5422477e6b86a42856d0c399edbb811543c0.zip
select GENERIC_ATOMIC64 implementation to fix xfs related build errors
SVN-Revision: 30371
Diffstat (limited to 'target/linux/avr32')
-rw-r--r--target/linux/avr32/patches/120-select-generic-atomic64.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/avr32/patches/120-select-generic-atomic64.patch b/target/linux/avr32/patches/120-select-generic-atomic64.patch
new file mode 100644
index 0000000000..9c1eef3fef
--- /dev/null
+++ b/target/linux/avr32/patches/120-select-generic-atomic64.patch
@@ -0,0 +1,10 @@
+--- a/arch/avr32/Kconfig
++++ b/arch/avr32/Kconfig
+@@ -8,6 +8,7 @@ config AVR32
+ select HAVE_KPROBES
+ select HAVE_GENERIC_HARDIRQS
+ select GENERIC_IRQ_PROBE
++ select GENERIC_ATOMIC64
+ select HARDIRQS_SW_RESEND
+ select GENERIC_IRQ_SHOW
+ help