preinit: remove no-longer-used mips assembly
This commit is contained in:
parent
364c5faf9e
commit
1a369ff3bf
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@ char buf[COMMAND_LINE_SIZE];
|
|||
|
||||
int main(int argc, char *argv[], char *envp[])
|
||||
{
|
||||
#ifndef PREINIT_USE_LIBC
|
||||
asm("la $gp, _gp\nsw $gp,16($sp)");
|
||||
#endif
|
||||
char *rootdevice = 0;
|
||||
char *p = buf;
|
||||
write(1, banner, strlen(banner));
|
||||
|
|
Loading…
Reference in a new issue