powerpc: Add FSL_EIS_TENSR, etc. defines

This commit is contained in:
Sebastian Huber
2016-04-22 14:10:47 +02:00
parent e800b0738b
commit d35e6dded3
2 changed files with 8 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ static void start_thread_if_necessary(uint32_t cpu_index_self)
PPC_SET_THREAD_MGMT_REGISTER(289, QORIQ_INITIAL_MSR);
/* Thread Enable Set (TENS) */
PPC_SET_SPECIAL_PURPOSE_REGISTER(438, 1U << i);
PPC_SET_SPECIAL_PURPOSE_REGISTER(FSL_EIS_TENS, 1U << i);
}
}
#endif

View File

@@ -467,6 +467,13 @@ lidate */
#define FSL_EIS_SVR 1023
/* Freescale Book E Implementation Standards (EIS): Thread Management and Control Registers */
#define FSL_EIS_TENSR 437
#define FSL_EIS_TENS 438
#define FSL_EIS_TENC 439
#define FSL_EIS_PPR32 898
/* Freescale Book E Implementation Standards (EIS): MMU Control and Status */
#define FSL_EIS_MAS0 624