mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
0a58458341
All the simple microblaze header files were adapted to use their asm-generic implementations. These files are more simple and were quite straightforward to change. fb.h, vga.h and parport.h previously did not exist, using the generic version makes it possible to build more drivers successfully in allyesonfig. Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
6 lines
98 B
C
6 lines
98 B
C
#ifdef CONFIG_MMU
|
|
# include "mmu_context_mm.h"
|
|
#else
|
|
# include <asm-generic/mmu_context.h>
|
|
#endif
|