diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-08 10:34:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-08 10:34:21 +0000 |
commit | 77cd14839c2623c95dffcc68abd04902b6565346 (patch) | |
tree | b23607394ae7683aa6fcb26243f7ff6ba1a91b0e /target/linux | |
parent | b197b9c93536c48e1f1b495c2da52d9df4c2e247 (diff) | |
download | upstream-77cd14839c2623c95dffcc68abd04902b6565346.tar.gz upstream-77cd14839c2623c95dffcc68abd04902b6565346.tar.bz2 upstream-77cd14839c2623c95dffcc68abd04902b6565346.zip |
[avr32] select GENERIC_ATOMIC64 implementation to fix xfs related build errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30371 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/avr32/patches/120-select-generic-atomic64.patch | 10 |
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 |