Changeset b79207d in mainline for kernel/generic/include/shutdown.h


Ignore:
Timestamp:
2019-07-18T17:19:02Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Parents:
bb580548
Message:

Create abort_shutdown function

The piece of code which destroyed the thread used
by shutdown has been refractoried to it's own function.
This method will be called in the kernel console to ensure
that there is no weird threading behaviour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/shutdown.h

    rbb580548 rb79207d  
    4747extern void reboot(void);
    4848extern void arch_reboot(void);
     49extern void abort_shutdown(void);
    4950extern sys_errno_t sys_shutdown(sysarg_t mode, sysarg_t delay, sysarg_t kconsole);
    5051
Note: See TracChangeset for help on using the changeset viewer.