zynq: fix kernel configuration so it builds
This commit is contained in:
parent
d1799f65ca
commit
2ef69f42d8
2 changed files with 5 additions and 9 deletions
|
@ -203,7 +203,7 @@ syscall(Ureg *ureg)
|
|||
syscallfmt(scallnr, ureg->pc, (va_list) up->s.args);
|
||||
s = splhi();
|
||||
up->procctl = Proc_stopme;
|
||||
procctl(up);
|
||||
procctl();
|
||||
splx(s);
|
||||
startns = todget(nil);
|
||||
}
|
||||
|
@ -234,7 +234,7 @@ syscall(Ureg *ureg)
|
|||
sysretfmt(scallnr, (va_list) up->s.args, ret, startns, stopns);
|
||||
s = splhi();
|
||||
up->procctl = Proc_stopme;
|
||||
procctl(up);
|
||||
procctl();
|
||||
splx(s);
|
||||
}
|
||||
|
||||
|
@ -261,7 +261,7 @@ notify(Ureg *ureg)
|
|||
Note *n;
|
||||
|
||||
if(up->procctl)
|
||||
procctl(up);
|
||||
procctl();
|
||||
if(up->nnote == 0)
|
||||
return 0;
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ link
|
|||
etherzynq
|
||||
ethermedium
|
||||
loopbackmedium
|
||||
usbehci usbehcizynq
|
||||
# usbehci usbehcizynq
|
||||
|
||||
misc
|
||||
uartzynq
|
||||
|
@ -45,12 +45,8 @@ ip
|
|||
port
|
||||
int cpuserver = 0;
|
||||
|
||||
boot boot
|
||||
tcp
|
||||
local
|
||||
|
||||
bootdir
|
||||
boot$CONF.out boot
|
||||
/$objtype/bin/paqfs
|
||||
/$objtype/bin/auth/factotum
|
||||
boot
|
||||
bootfs.paq
|
||||
|
|
Loading…
Reference in a new issue