patch-2.4.21 linux-2.4.21/include/asm-ppc/cputable.h
Next file: linux-2.4.21/include/asm-ppc/current.h
Previous file: linux-2.4.21/include/asm-ppc/cpm_8260.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-ppc/cputable.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.20/include/asm-ppc/cputable.h linux-2.4.21/include/asm-ppc/cputable.h
@@ -1,7 +1,4 @@
/*
- * BK Id: %F% %I% %G% %U% %#%
- */
-/*
* include/asm-ppc/cputable.h
*
* Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
@@ -76,6 +73,8 @@
#define CPU_FTR_L3_DISABLE_NAP 0x00001000
#define CPU_FTR_NAP_DISABLE_L2_PR 0x00002000
#define CPU_FTR_DUAL_PLL_750FX 0x00004000
+#define CPU_FTR_NO_DPM 0x00008000
+#define CPU_FTR_HAS_HIGH_BATS 0x00010000
#ifdef __ASSEMBLY__
@@ -96,6 +95,6 @@
#endif /* __ASSEMBLY__ */
-#endif /* __ASM_PPC_CPUTABLE_H */
#endif /* __KERNEL__ */
+#endif /* __ASM_PPC_CPUTABLE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)