Files
u-boot/drivers/usb
Simon Glass 158eed28be ext4l: Extract kthread declarations into their own file
Create include/linux/kthread.h with stub definitions for kernel thread
support. U-Boot doesn't have multi-threading.

Includes:
- kthread_create(), kthread_run(), kthread_stop()
- kthread_should_stop(), kthread_should_park()
- wake_up_process(), set_current_state()
- task_pid_nr()

Update compat.h to include kthread.h and remove duplicate definitions.

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-17 14:01:22 +00:00
..
2025-05-01 05:56:48 -06:00
2025-05-01 05:56:48 -06:00
2025-05-01 05:56:48 -06:00
2024-10-17 03:12:47 +02:00
2025-05-16 14:45:25 +02:00