mvanveen / lfs

This my linux from scratch. There are many like it- this one is mine
2 stars 1 forks source link

Avoid spin-locking in container init #3

Closed blueskymonster closed 3 years ago

blueskymonster commented 3 years ago

Super minor optimization, but this relies on a signal that will never come instead of thrashing in and out of sleep. :)

mvanveen commented 3 years ago

:ship:'d :sparkles: