arch: x86_64: remove leftover debug output
This commit is contained in:
parent
6077124b38
commit
235d905001
|
@ -113,8 +113,6 @@ void up_sigdeliver(void)
|
|||
|
||||
/* Deliver the signals */
|
||||
|
||||
_err("Deliver signal to %llx: %llx\n", rtcb, rtcb->xcp.sigdeliver);
|
||||
|
||||
sighandler(rtcb);
|
||||
|
||||
/* Output any debug messages BEFORE restoring errno (because they may
|
||||
|
|
Loading…
Reference in New Issue