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-- 481 bytes
Makefile -rw-r--r-- 921 bytes
clk-exynos-audss.c -rw-r--r-- 7.6 KB
clk-exynos-clkout.c -rw-r--r-- 3.9 KB
clk-exynos3250.c -rw-r--r-- 32.0 KB
clk-exynos4.c -rw-r--r-- 57.3 KB
clk-exynos4415.c -rw-r--r-- 37.6 KB
clk-exynos5250.c -rw-r--r-- 30.2 KB
clk-exynos5260.c -rw-r--r-- 62.7 KB
clk-exynos5260.h -rw-r--r-- 13.9 KB
clk-exynos5410.c -rw-r--r-- 7.0 KB
clk-exynos5420.c -rw-r--r-- 49.9 KB
clk-exynos5440.c -rw-r--r-- 5.5 KB
clk-exynos7.c -rw-r--r-- 40.6 KB
clk-pll.c -rw-r--r-- 35.1 KB
clk-pll.h -rw-r--r-- 2.1 KB
clk-s3c2410-dclk.c -rw-r--r-- 12.1 KB
clk-s3c2410.c -rw-r--r-- 14.2 KB
clk-s3c2412.c -rw-r--r-- 9.3 KB
clk-s3c2443.c -rw-r--r-- 15.5 KB
clk-s3c64xx.c -rw-r--r-- 20.4 KB
clk-s5pv210-audss.c -rw-r--r-- 6.5 KB
clk-s5pv210.c -rw-r--r-- 26.6 KB
clk.c -rw-r--r-- 10.9 KB
clk.h -rw-r--r-- 12.2 KB

back to top