mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Remove unnecessary initializations. The BSS of boot2 is in fact
zero'd when boot2 begins execution by the _start() routine in btxcsu.S. MFC after: 1 week
This commit is contained in:
parent
b871e6613b
commit
370b70dc03
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236405
@ -129,8 +129,8 @@ static struct dsk {
|
||||
int init;
|
||||
} dsk;
|
||||
static char cmd[512], cmddup[512], knamebuf[1024];
|
||||
static const char *kname = NULL;
|
||||
static uint32_t opts = 0;
|
||||
static const char *kname;
|
||||
static uint32_t opts;
|
||||
static int comspeed = SIOSPD;
|
||||
static struct bootinfo bootinfo;
|
||||
static uint8_t ioctrl = IO_KEYBOARD;
|
||||
|
Loading…
Reference in New Issue
Block a user