diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2006-11-27 13:18:56 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:41:14 -0500 |
commit | eb30c72026500f9efa9bb23ab2393d6a9e36c5e1 (patch) | |
tree | cf0f57ab3096a0f30e41f3cd7dbe8979b178a5b1 /include | |
parent | e055595d3e5f5233374211bc6893e5d16976df99 (diff) |
[POWERPC] ps3: Missed renames of CONFIG_PS3 to CONFIG_PPC_PS3
When renaming CONFIG_PS3 to CONFIG_PPC_PS3, a few occurrences have been
missed.
I also fixed up the alignment in arch/powerpc/platforms/Makefile.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/firmware.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/firmware.h b/include/asm-powerpc/firmware.h index d1011b892d56..84d43d6e13ec 100644 --- a/include/asm-powerpc/firmware.h +++ b/include/asm-powerpc/firmware.h | |||
@@ -67,7 +67,7 @@ enum { | |||
67 | #ifdef CONFIG_PPC_ISERIES | 67 | #ifdef CONFIG_PPC_ISERIES |
68 | FW_FEATURE_ISERIES_POSSIBLE | | 68 | FW_FEATURE_ISERIES_POSSIBLE | |
69 | #endif | 69 | #endif |
70 | #ifdef CONFIG_PS3 | 70 | #ifdef CONFIG_PPC_PS3 |
71 | FW_FEATURE_PS3_POSSIBLE | | 71 | FW_FEATURE_PS3_POSSIBLE | |
72 | #endif | 72 | #endif |
73 | 0, | 73 | 0, |
@@ -78,7 +78,7 @@ enum { | |||
78 | #ifdef CONFIG_PPC_ISERIES | 78 | #ifdef CONFIG_PPC_ISERIES |
79 | FW_FEATURE_ISERIES_ALWAYS & | 79 | FW_FEATURE_ISERIES_ALWAYS & |
80 | #endif | 80 | #endif |
81 | #ifdef CONFIG_PS3 | 81 | #ifdef CONFIG_PPC_PS3 |
82 | FW_FEATURE_PS3_ALWAYS & | 82 | FW_FEATURE_PS3_ALWAYS & |
83 | #endif | 83 | #endif |
84 | FW_FEATURE_POSSIBLE, | 84 | FW_FEATURE_POSSIBLE, |