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
Makefile -rw-r--r-- 634 bytes
clk-audio-sync.c -rw-r--r-- 2.3 KB
clk-divider.c -rw-r--r-- 4.7 KB
clk-id.h -rw-r--r-- 4.5 KB
clk-periph-gate.c -rw-r--r-- 4.6 KB
clk-periph.c -rw-r--r-- 5.9 KB
clk-pll-out.c -rw-r--r-- 3.1 KB
clk-pll.c -rw-r--r-- 46.7 KB
clk-super.c -rw-r--r-- 4.5 KB
clk-tegra-audio.c -rw-r--r-- 5.4 KB
clk-tegra-fixed.c -rw-r--r-- 2.7 KB
clk-tegra-periph.c -rw-r--r-- 28.8 KB
clk-tegra-pmc.c -rw-r--r-- 3.4 KB
clk-tegra-super-gen4.c -rw-r--r-- 4.2 KB
clk-tegra114.c -rw-r--r-- 53.5 KB
clk-tegra124.c -rw-r--r-- 56.5 KB
clk-tegra20.c -rw-r--r-- 38.7 KB
clk-tegra30.c -rw-r--r-- 53.9 KB
clk.c -rw-r--r-- 7.7 KB
clk.h -rw-r--r-- 19.4 KB

back to top