]> err.no Git - linux-2.6/blobdiff - include/asm-mips/fpu_emulator.h
[MIPS] TX49x7: Fix reporting of the CPU name and PCI clock
[linux-2.6] / include / asm-mips / fpu_emulator.h
index 42d883ba1a34af9faf76150f5dfeee35a3275202..16cb4d11dd0ba6a40a814c3dbd6566d3a56bb8bb 100644 (file)
 #ifndef _ASM_FPU_EMULATOR_H
 #define _ASM_FPU_EMULATOR_H
 
-struct mips_fpu_emulator_private {
-       struct {
-               unsigned int emulated;
-               unsigned int loads;
-               unsigned int stores;
-               unsigned int cp1ops;
-               unsigned int cp1xops;
-               unsigned int errors;
-       } stats;
+struct mips_fpu_emulator_stats {
+       unsigned int emulated;
+       unsigned int loads;
+       unsigned int stores;
+       unsigned int cp1ops;
+       unsigned int cp1xops;
+       unsigned int errors;
 };
 
-extern struct mips_fpu_emulator_private fpuemuprivate;
+extern struct mips_fpu_emulator_stats fpuemustats;
 
 #endif /* _ASM_FPU_EMULATOR_H */