mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 16:19:42 +02:00
ad7b8d0ced
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22373 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
309 B
Diff
12 lines
309 B
Diff
--- a/arch/arm/mm/alignment.c
|
|
+++ b/arch/arm/mm/alignment.c
|
|
@@ -76,7 +76,7 @@ static unsigned long ai_half;
|
|
static unsigned long ai_word;
|
|
static unsigned long ai_dword;
|
|
static unsigned long ai_multi;
|
|
-static int ai_usermode;
|
|
+static int ai_usermode = 3;
|
|
|
|
core_param(alignment, ai_usermode, int, 0600);
|
|
|