blob: 71bd7b4ffa06a9c1fb1d86ee32f2eb81b8e85727 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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);
|