diff options
Diffstat (limited to 'arch/um/drivers/vector_kern.c')
-rw-r--r-- | arch/um/drivers/vector_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/vector_kern.c b/arch/um/drivers/vector_kern.c index 50ee3bb5a63a..20442d20bd09 100644 --- a/arch/um/drivers/vector_kern.c +++ b/arch/um/drivers/vector_kern.c | |||
@@ -1580,7 +1580,7 @@ static int __init vector_setup(char *str) | |||
1580 | str, error); | 1580 | str, error); |
1581 | return 1; | 1581 | return 1; |
1582 | } | 1582 | } |
1583 | new = alloc_bootmem(sizeof(*new)); | 1583 | new = memblock_alloc(sizeof(*new), 0); |
1584 | INIT_LIST_HEAD(&new->list); | 1584 | INIT_LIST_HEAD(&new->list); |
1585 | new->unit = n; | 1585 | new->unit = n; |
1586 | new->arguments = str; | 1586 | new->arguments = str; |