Skip to content

Commit 3a0990c

Browse files
geertuScott Wood
authored andcommitted
powerpc/booke: Spelling s/date/data/
Caching dates is never a good idea ;-) Fixes: e7affb1 ("powerpc/cache: add cache flush operation for various e500") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Scott Wood <oss@buserror.net>
1 parent 3e4282e commit 3a0990c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kernel/cpu_setup_fsl_booke.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ _GLOBAL(__setup_cpu_e5500)
231231
blr
232232
#endif
233233

234-
/* flush L1 date cache, it can apply to e500v2, e500mc and e5500 */
234+
/* flush L1 data cache, it can apply to e500v2, e500mc and e5500 */
235235
_GLOBAL(flush_dcache_L1)
236236
mfmsr r10
237237
wrteei 0

0 commit comments

Comments
 (0)