diff options
| author | Laurent Dufour <ldufour@linux.vnet.ibm.com> | 2015-07-17 19:23:58 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-07-17 19:39:53 -0400 |
| commit | f2abeef9fd6f03ebf417539ed099828a56733098 (patch) | |
| tree | 51ee9a0337e6fd55ae3e13a180321ae51a244040 /arch/score/include/asm/Kbuild | |
| parent | b992c7689a4d2f76109b6a544acbdc7cee937546 (diff) | |
mm: clean up per architecture MM hook header files
Commit 2ae416b142b6 ("mm: new mm hook framework") introduced an empty
header file (mm-arch-hooks.h) for every architecture, even those which
doesn't need to define mm hooks.
As suggested by Geert Uytterhoeven, this could be cleaned through the use
of a generic header file included via each per architecture
asm/include/Kbuild file.
The PowerPC architecture is not impacted here since this architecture has
to defined the arch_remap MM hook.
Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/score/include/asm/Kbuild')
| -rw-r--r-- | arch/score/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/score/include/asm/Kbuild b/arch/score/include/asm/Kbuild index 138fb3db45ba..92ffe397b893 100644 --- a/arch/score/include/asm/Kbuild +++ b/arch/score/include/asm/Kbuild | |||
| @@ -7,6 +7,7 @@ generic-y += clkdev.h | |||
| 7 | generic-y += cputime.h | 7 | generic-y += cputime.h |
| 8 | generic-y += irq_work.h | 8 | generic-y += irq_work.h |
| 9 | generic-y += mcs_spinlock.h | 9 | generic-y += mcs_spinlock.h |
| 10 | generic-y += mm-arch-hooks.h | ||
| 10 | generic-y += preempt.h | 11 | generic-y += preempt.h |
| 11 | generic-y += sections.h | 12 | generic-y += sections.h |
| 12 | generic-y += trace_clock.h | 13 | generic-y += trace_clock.h |
