Author :
dlg
Date :
2025-05-01 01:16:42
Hash :b108d39a Message :remove flag setting from wakeup_proc().
only endtsleep() sets flags via wakeup_proc, but it sets it's own flags
later. we can use the return value from wakeup_proc and the existing
flag setting to get the same effect.
ok tedu@ claudio@ mpi@ visa@