proc-syms.c
来自「omap3 linux 2.6 用nocc去除了冗余代码」· C语言 代码 · 共 30 行
C
30 行
/* * linux/arch/arm/mm/proc-syms.c * * Copyright (C) 2000-2002 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */#include <linux/module.h>#include <linux/mm.h>#include <asm/cacheflush.h>#include <asm/proc-fns.h>#include <asm/tlbflush.h>#include <asm/page.h>EXPORT_SYMBOL(cpu_dcache_clean_area);EXPORT_SYMBOL(cpu_set_pte_ext);EXPORT_SYMBOL(cpu_cache);EXPORT_SYMBOL(cpu_user);/* * No module should need to touch the TLB (and currently * no modules do. We export this for "loadkernel" support * (booting a new kernel from within a running kernel.) */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?