linux/arch/unicore32/kernel
Chen Gang df8e4c7d8d arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmalloc_area()
__vmalloc_area() has already been removed from upstream kernel, need
use __vmalloc_node_range() instead of.

The related commit: "d0a2126 mm: unify module_alloc code for vmalloc".

The related error (allmodconfig for unicore32):

    CC      arch/unicore32/kernel/module.o
  arch/unicore32/kernel/module.c: In function 'module_alloc' :
  arch/unicore32/kernel/module.c:34: error: implicit declaration of function '__vmalloc_area'
  arch/unicore32/kernel/module.c:34: warning: return makes pointer from integer without a cast
  make[1]: *** [arch/unicore32/kernel/module.o] Error 1
  make: *** [arch/unicore32/kernel] Error 2

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Acked-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
Signed-off-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
2014-06-20 08:22:37 +08:00
..
asm-offsets.c
clock.c
debug-macro.S
debug.S
dma.c
early_printk.c arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initialization 2014-01-27 21:02:39 -08:00
elf.c
entry.S unicore32: switch to generic sigaltstack 2013-02-03 18:16:23 -05:00
fpu-ucf64.c
gpio.c
head.S
hibernate.c
hibernate_asm.S
irq.c
ksyms.c arch/unicore32/kernel/ksyms.c: remove several undefined exported symbols 2014-06-20 08:22:37 +08:00
ksyms.h
Makefile cpufreq: unicore2: move cpufreq driver to drivers/cpufreq 2013-04-10 13:19:26 +02:00
module.c arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmalloc_area() 2014-06-20 08:22:37 +08:00
pci.c unicore32/PCI: Remove redundant call of pci_bus_add_devices() 2013-06-14 17:38:40 -06:00
pm.c
process.c reboot: move arch/x86 reboot= handling to generic kernel 2013-07-09 10:33:29 -07:00
ptrace.c
puv3-core.c
puv3-nb0916.c unicore32: Initialize PWM backlight enable_gpio field 2013-10-16 09:20:08 +02:00
setup.c
setup.h reboot: unicore32: prepare reboot_mode for moving to generic kernel code 2013-07-09 10:33:29 -07:00
signal.c unicore32: switch to generic sigaltstack 2013-02-03 18:16:23 -05:00
sleep.S
stacktrace.c
sys.c unicore32: just use mmap_pgoff()... 2013-05-09 14:10:07 -04:00
time.c
traps.c dump_stack: consolidate dump_stack() implementations and unify their behaviors 2013-04-30 17:04:02 -07:00
vmlinux.lds.S