mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Remove a bogus i = 0.
Approved by: cognet
This commit is contained in:
parent
41ae1d1e83
commit
400e3077d8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161063
@ -262,7 +262,7 @@ initarm(void *arg, void *arg2)
|
||||
u_int l1pagetable;
|
||||
vm_offset_t freemempos;
|
||||
vm_offset_t afterkern;
|
||||
int i = 0;
|
||||
int i;
|
||||
uint32_t fake_preload[35];
|
||||
uint32_t memsize;
|
||||
vm_offset_t lastaddr;
|
||||
|
@ -210,7 +210,7 @@ initarm(void *arg, void *arg2)
|
||||
#ifdef DDB
|
||||
vm_offset_t zstart = 0, zend = 0;
|
||||
#endif
|
||||
int i = 0;
|
||||
int i;
|
||||
uint32_t fake_preload[35];
|
||||
uint32_t memsize, memstart;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user