]> Git Repo - linux.git/commitdiff
Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <[email protected]>
Sat, 13 May 2017 17:20:02 +0000 (10:20 -0700)
committerLinus Torvalds <[email protected]>
Sat, 13 May 2017 17:20:02 +0000 (10:20 -0700)
Pull UML fixes from Richard Weinberger:
 "No new stuff, just fixes"

* 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml:
  um: Add missing NR_CPUS include
  um: Fix to call read_initrd after init_bootmem
  um: Include kbuild.h instead of duplicating its macros
  um: Fix PTRACE_POKEUSER on x86_64
  um: Set number of CPUs
  um: Fix _print_addr()

1  2 
arch/um/Kconfig.common

diff --combined arch/um/Kconfig.common
index ed9c5b5ff028947061bd8a86949c58e9456e98a3,347bcd444c990dd9b0244205f45d04564bd69a51..85f6dd204ab616a7fdd6bc080310bfc4967c1ef5
@@@ -50,6 -50,11 +50,6 @@@ config GENERIC_CALIBRATE_DELA
        bool
        default y
  
 -config GENERIC_BUG
 -      bool
 -      default y
 -      depends on BUG
 -
  config HZ
        int
        default 100
@@@ -57,3 -62,8 +57,8 @@@
  config SUBARCH
        string
        option env="SUBARCH"
+ config NR_CPUS
+       int
+       range 1 1
+       default 1
This page took 0.064543 seconds and 4 git commands to generate.