vserver 1.9.3
[linux-2.6.git] / include / asm-ppc / reg_booke.h
index 474abb8..0741b75 100644 (file)
@@ -123,9 +123,10 @@ do {                                               \
 #define SPRN_PID2      0x27A   /* Process ID Register 2 */
 #define SPRN_TLB0CFG   0x2B0   /* TLB 0 Config Register */
 #define SPRN_TLB1CFG   0x2B1   /* TLB 1 Config Register */
+#define SPRN_CCR1      0x378   /* Core Configuration Register 1 */
 #define SPRN_ZPR       0x3B0   /* Zone Protection Register (40x) */
 #define SPRN_MMUCR     0x3B2   /* MMU Control Register */
-#define SPRN_CCR0      0x3B3   /* Core Configuration Register */
+#define SPRN_CCR0      0x3B3   /* Core Configuration Register */
 #define SPRN_SGR       0x3B9   /* Storage Guarded Register */
 #define SPRN_DCWR      0x3BA   /* Data Cache Write-thru Register */
 #define SPRN_SLER      0x3BB   /* Little-endian real mode */
@@ -179,6 +180,9 @@ do {                                                \
 #define SPRN_CSRR1     SPRN_SRR3 /* Critical Save and Restore Register 1 */
 #endif
 
+/* Bit definitions for CCR1. */
+#define        CCR1_TCS        0x00000080 /* Timer Clock Select */
+
 /* Bit definitions for the MCSR. */
 #ifdef CONFIG_440A
 #define MCSR_MCS       0x80000000 /* Machine Check Summary */