percpu.h

来自「linux 内核源代码」· C头文件 代码 · 共 15 行

H
15
字号
#ifndef __V850_PERCPU_H__#define __V850_PERCPU_H__#include <asm-generic/percpu.h>/* This is a stupid hack to satisfy some grotty implicit include-file   dependency; basically, <linux/smp.h> uses BUG_ON, which calls BUG, but   doesn't include the necessary headers to define it.  In the twisted   festering mess of includes this must all be resolved somehow on other   platforms, but I haven't the faintest idea how, and don't care; here will   do, even though doesn't actually make any sense.  */#include <asm/page.h>#endif /* __V850_PERCPU_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?