Add a 00-INDEX file to Documentation/mips/
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-mips / smtc_proc.h
blob25da651f1f5f4b80203bf2c730e91446713f9772
1 /*
2 * Definitions for SMTC /proc entries
3 * Copyright(C) 2005 MIPS Technologies Inc.
4 */
5 #ifndef __ASM_SMTC_PROC_H
6 #define __ASM_SMTC_PROC_H
8 /*
9 * per-"CPU" statistics
12 struct smtc_cpu_proc {
13 unsigned long timerints;
14 unsigned long selfipis;
17 extern struct smtc_cpu_proc smtc_cpu_stats[NR_CPUS];
19 /* Count of number of recoveries of "stolen" FPU access rights on 34K */
21 extern atomic_t smtc_fpu_recoveries;
23 #endif /* __ASM_SMTC_PROC_H */