This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
lisa
/
android_kernel_xiaomi_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
21e1c93631
android_kernel_xiaomi_sm8350
/
arch
/
microblaze
/
include
/
asm
/
mmu_context.h
6 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
microblaze_mmu_v2: Context handling - mmu_context.c/h Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-05-26 10:30:14 -04:00
#
ifdef CONFIG_MMU
#
include "mmu_context_mm.h"
#
else
microblaze: convert all simple headers to use asm-generic 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>
2009-06-18 13:55:33 -04:00
#
include <asm-generic
/
mmu_context.h>
microblaze_mmu_v2: Context handling - mmu_context.c/h Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-05-26 10:30:14 -04:00
#
endif
Reference in New Issue
Copy Permalink