Revision 713d25dba93ec3e739e209cd13bf7e1e9b00171a authored by Linus Torvalds on 28 March 2015, 17:58:53 UTC, committed by Linus Torvalds on 28 March 2015, 17:58:53 UTC
Pull parsic fixes from Helge Deller:
 "One patch from Mikulas fixes a bug on parisc by artifically
  incrementing the counter in pmd_free when the kernel tries to free
  the preallocated pmd.

  Other than that we now prevent that syscalls gets added without
  incrementing __NR_Linux_syscalls and fix the initial pmd setup code
  if a default page size greater than 4k has been selected"

* 'parisc-4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT
  parisc: mm: don't count preallocated pmds
  parisc: Add compile-time check when adding new syscalls
2 parent s 22824c5 + 2e3f0ab
History
File Mode Size
Kconfig -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 419 bytes
da8xx_remoteproc.c -rw-r--r-- 7.7 KB
omap_remoteproc.c -rw-r--r-- 6.2 KB
omap_remoteproc.h -rw-r--r-- 2.8 KB
remoteproc_core.c -rw-r--r-- 39.0 KB
remoteproc_debugfs.c -rw-r--r-- 7.0 KB
remoteproc_elf_loader.c -rw-r--r-- 9.3 KB
remoteproc_internal.h -rw-r--r-- 3.5 KB
remoteproc_virtio.c -rw-r--r-- 9.3 KB
ste_modem_rproc.c -rw-r--r-- 8.5 KB

back to top