1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 17:00:43 +03:00

[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
This commit is contained in:
jow 2012-02-08 10:34:21 +00:00
parent 69a0392bd9
commit cfa5873fee

View File

@ -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