mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
trim trailing spaces that have accumulated over the years (these files
served as the basis for too many other platforms).
This commit is contained in:
parent
cca63ae56b
commit
a698b62cf5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236987
@ -192,8 +192,8 @@ initarm(struct arm_boot_params *abp)
|
||||
vm_offset_t lastaddr;
|
||||
uint32_t memsize, memstart;
|
||||
|
||||
lastaddr = parse_boot_param(abp);
|
||||
set_cpufuncs();
|
||||
lastaddr = fake_preload_metadata();
|
||||
pcpu_init(pcpup, 0, sizeof(struct pcpu));
|
||||
PCPU_SET(curthread, &thread0);
|
||||
|
||||
|
@ -193,8 +193,8 @@ initarm(struct arm_boot_params *abp)
|
||||
vm_offset_t lastaddr;
|
||||
uint32_t memsize, memstart;
|
||||
|
||||
lastaddr = parse_boot_param(abp);
|
||||
set_cpufuncs();
|
||||
lastaddr = fake_preload_metadata();
|
||||
pcpu_init(pcpup, 0, sizeof(struct pcpu));
|
||||
PCPU_SET(curthread, &thread0);
|
||||
|
||||
|
@ -189,8 +189,8 @@ initarm(struct arm_boot_params *abp)
|
||||
vm_offset_t lastaddr;
|
||||
uint32_t memsize, memstart;
|
||||
|
||||
lastaddr = parse_boot_param(abp);
|
||||
set_cpufuncs();
|
||||
lastaddr = fake_preload_metadata();
|
||||
pcpu_init(pcpup, 0, sizeof(struct pcpu));
|
||||
PCPU_SET(curthread, &thread0);
|
||||
|
||||
|
@ -238,8 +238,8 @@ initarm(struct arm_boot_params *abp)
|
||||
vm_offset_t lastaddr;
|
||||
uint32_t memsize;
|
||||
|
||||
lastaddr = parse_boot_param(abp);
|
||||
set_cpufuncs(); /* NB: sets cputype */
|
||||
lastaddr = fake_preload_metadata();
|
||||
pcpu_init(pcpup, 0, sizeof(struct pcpu));
|
||||
PCPU_SET(curthread, &thread0);
|
||||
|
||||
|
@ -174,9 +174,8 @@ initarm(struct arm_boot_params *abp)
|
||||
int i, j;
|
||||
uint32_t memsize[PXA2X0_SDRAM_BANKS], memstart[PXA2X0_SDRAM_BANKS];
|
||||
|
||||
lastaddr = parse_boot_param(abp);
|
||||
set_cpufuncs();
|
||||
|
||||
lastaddr = fake_preload_metadata();
|
||||
pcpu_init(pcpup, 0, sizeof(struct pcpu));
|
||||
PCPU_SET(curthread, &thread0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user