acrn-kernel/arch
Joonsoo Kim 81df9bff26 bootmem: fix wrong call parameter for free_bootmem()
It is strange that alloc_bootmem() returns a virtual address and
free_bootmem() requires a physical address.  Anyway, free_bootmem()'s
first parameter should be physical address.

There are some call sites for free_bootmem() with virtual address.  So fix
them.

[akpm@linux-foundation.org: improve free_bootmem() and free_bootmem_pate() documentation]
Signed-off-by: Joonsoo Kim <js1304@gmail.com>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-12-11 17:22:28 -08:00
..
alpha mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB 2012-12-11 17:22:25 -08:00
arm mm: use vm_unmapped_area() on arm architecture 2012-12-11 17:22:26 -08:00
arm64 Device tree changes for v3.8 2012-12-11 11:30:41 -08:00
avr32 avr32, kconfig: remove HAVE_ARCH_BOOTMEM 2012-12-11 17:22:28 -08:00
blackfin
c6x Device tree changes for v3.8 2012-12-11 11:30:41 -08:00
cris
frv
h8300
hexagon
ia64
m32r
m68k
microblaze Device tree changes for v3.8 2012-12-11 11:30:41 -08:00
mips mm: use vm_unmapped_area() on mips architecture 2012-12-11 17:22:26 -08:00
mn10300
openrisc Device tree changes for v3.8 2012-12-11 11:30:41 -08:00
parisc mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB 2012-12-11 17:22:25 -08:00
powerpc bootmem: fix wrong call parameter for free_bootmem() 2012-12-11 17:22:28 -08:00
s390 mm: add comment on storage key dirty bit semantics 2012-12-11 17:22:23 -08:00
score score: do_sigaltstack() expects a userland pointer... 2012-11-28 21:46:12 -05:00
sh mm: use vm_unmapped_area() on sh architecture 2012-12-11 17:22:26 -08:00
sparc arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/ 2012-12-11 17:22:26 -08:00
tile mm: use vm_unmapped_area() in hugetlbfs on tile architecture 2012-12-11 17:22:26 -08:00
um um: get_safe_registers() should be done in flush_thread(), not start_thread() 2012-11-28 21:46:03 -05:00
unicore32
x86 mm: use vm_unmapped_area() in hugetlbfs on i386 architecture 2012-12-11 17:22:25 -08:00
xtensa mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB 2012-12-11 17:22:25 -08:00
.gitignore
Kconfig