diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2016-12-01 12:20:09 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-12-02 07:36:24 +0100 |
commit | db7ad63624b370100077aa0a849d54fbeabd432b (patch) | |
tree | df248c8b794c7970368e25776f2327b2ec5d5184 /crypto/aead.c | |
parent | 3e488c95c72ba8cbe8ab3a5c1c61f058f9e30aed (diff) | |
download | blackbird-op-linux-db7ad63624b370100077aa0a849d54fbeabd432b.tar.gz blackbird-op-linux-db7ad63624b370100077aa0a849d54fbeabd432b.zip |
s390/setup: fix memblock usage
When converting from bootmem to memblock I missed a subtle difference:
the memblock_alloc() functions return uninitialized memory, while the
memblock_virt_alloc() functions return zeroed memory.
This led to quite random early boot crashes.
Therefore use the correct version everywhere now.
Hopefully.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'crypto/aead.c')
0 files changed, 0 insertions, 0 deletions