1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Spaces->tab in comment.

This commit is contained in:
Ian Lepore 2016-05-23 20:13:17 +00:00
parent 25926a4b4b
commit 0d66d6d423
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300535

View File

@ -272,7 +272,7 @@ initarm(struct arm_boot_params *abp)
mem_info = ((*ddr) >> 4) & 0x3;
memsize = (8<<mem_info)*1024*1024;
/* Enable MMU in system control register (SCTLR). */
/* Enable MMU in system control register (SCTLR). */
cpu_control(CPU_CONTROL_MMU_ENABLE, CPU_CONTROL_MMU_ENABLE);
/*