如有必要,arch / arm / include / asm中的头
文件将包含include / asm-generic中相应的头
文件.
所以在这个例子中,tlb.h是arch / arm / include / asm / tlb.h.如有必要,它将包括include / asm-generic / tlb.h.
您可以通过运行以下命令来验证这一点:
# The memory.s target creates the assembly file for memory.c
make mm/memory.s
从那里,您可以识别正在使用的头文件.