⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 es7000.c

📁 linux-2.6.15.6
💻 C
字号:
/* * APIC driver for the Unisys ES7000 chipset. */#define APIC_DEFINITION 1#include <linux/config.h>#include <linux/threads.h>#include <linux/cpumask.h>#include <asm/mpspec.h>#include <asm/genapic.h>#include <asm/fixmap.h>#include <asm/apicdef.h>#include <linux/kernel.h>#include <linux/string.h>#include <linux/smp.h>#include <linux/init.h>#include <asm/mach-es7000/mach_apicdef.h>#include <asm/mach-es7000/mach_apic.h>#include <asm/mach-es7000/mach_ipi.h>#include <asm/mach-es7000/mach_mpparse.h>#include <asm/mach-es7000/mach_wakecpu.h>static __init int probe_es7000(void){	/* probed later in mptable/ACPI hooks */	return 0;}struct genapic apic_es7000 = APIC_INIT("es7000", probe_es7000);

⌨️ 快捷键说明

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