Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390/zcore: remove invalid kfree in init_cpu_info
The extended save area for the boot CPU has been allocated by smp_save_dump_cpus() with memblock_alloc() and may not be freed with kfree(). Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
- Loading branch information