Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324077
b: refs/heads/master
c: 3d5787c
h: refs/heads/master
i:
  324075: 2551ae9
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Sep 26, 2012
1 parent dbcb8a2 commit b9c50ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5e3acd666543544d402c83d24d44e487fb51f11
refs/heads/master: 3d5787c9976889bcf26cbd8f3124b91678a33275
12 changes: 1 addition & 11 deletions trunk/arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static int __init parse_vmalloc(char *arg)
}
early_param("vmalloc", parse_vmalloc);

unsigned int addressing_mode = HOME_SPACE_MODE;
unsigned int addressing_mode = PRIMARY_SPACE_MODE;
EXPORT_SYMBOL_GPL(addressing_mode);

static int set_amode_primary(void)
Expand All @@ -323,16 +323,6 @@ static int set_amode_primary(void)
}
}

/*
* Switch kernel/user addressing modes?
*/
static int __init early_parse_switch_amode(char *p)
{
addressing_mode = PRIMARY_SPACE_MODE;
return 0;
}
early_param("switch_amode", early_parse_switch_amode);

static int __init early_parse_user_mode(char *p)
{
if (p && strcmp(p, "primary") == 0)
Expand Down

0 comments on commit b9c50ad

Please sign in to comment.