mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:06:44 +07:00
[PATCH] uml: fix "apples/bananas" typo
Fix stupid typo. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
854e981cc6
commit
3dfd95b378
@ -265,7 +265,7 @@ int init_maps(unsigned long physmem, unsigned long iomem, unsigned long highmem)
|
||||
highmem_len = highmem_pages * sizeof(struct page);
|
||||
|
||||
total_pages = phys_pages + iomem_pages + highmem_pages;
|
||||
total_len = phys_len + iomem_pages + highmem_len;
|
||||
total_len = phys_len + iomem_len + highmem_len;
|
||||
|
||||
if(kmalloc_ok){
|
||||
map = kmalloc(total_len, GFP_KERNEL);
|
||||
|
Loading…
Reference in New Issue
Block a user