]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm-oom_reaper-report-success-failure-fix
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 9 Feb 2016 23:12:33 +0000 (10:12 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Feb 2016 23:12:33 +0000 (10:12 +1100)
commitacf4c5de3dde309eb89ba3f6681e2df6c4d39e75
treedb7a0f019036937310c2fc075a3796c870ff520d
parent1e6f1e335e5df63c90e6f8f8a4681159e2657e7c
mm-oom_reaper-report-success-failure-fix

fix CONFIG_MMU=n build:

mm/oom_kill.c: In function 'oom_kill_process':
mm/oom_kill.c:753: error: implicit declaration of function 'K'
mm/oom_kill.c:753: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'int'
mm/oom_kill.c:753: warning: format '%lu' expects type 'long unsigned int', but argument 5 has type 'int'
mm/oom_kill.c:753: warning: format '%lu' expects type 'long unsigned int', but argument 6 has type 'int'
mm/oom_kill.c:753: warning: format '%lu' expects type 'long unsigned int', but argument 7 has type 'int'

Cc: Andrea Argangeli <andrea@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/oom_kill.c