 f2abeef9fd
			
		
	
	
	f2abeef9fd
	
	
	
		
			
			Commit 2ae416b142 ("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>
		
	
			
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			640 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			640 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| generic-y += barrier.h
 | |
| generic-y += bug.h
 | |
| generic-y += clkdev.h
 | |
| generic-y += cputime.h
 | |
| generic-y += current.h
 | |
| generic-y += delay.h
 | |
| generic-y += device.h
 | |
| generic-y += emergency-restart.h
 | |
| generic-y += exec.h
 | |
| generic-y += ftrace.h
 | |
| generic-y += futex.h
 | |
| generic-y += hardirq.h
 | |
| generic-y += hw_irq.h
 | |
| generic-y += io.h
 | |
| generic-y += irq_regs.h
 | |
| generic-y += irq_work.h
 | |
| generic-y += kdebug.h
 | |
| generic-y += mcs_spinlock.h
 | |
| generic-y += mm-arch-hooks.h
 | |
| generic-y += mutex.h
 | |
| generic-y += param.h
 | |
| generic-y += pci.h
 | |
| generic-y += percpu.h
 | |
| generic-y += preempt.h
 | |
| generic-y += switch_to.h
 | |
| generic-y += topology.h
 | |
| generic-y += trace_clock.h
 | |
| generic-y += xor.h
 |