Ignore:
Timestamp:
Mar 18, 2021, 8:57:36 PM (4 years ago)
Author:
David Azarewicz
Message:

Merge changes from Paul's uniaud32next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/include/linux/sched.h

    r441 r679  
    66#include <asm/param.h>  /* for HZ */
    77#include <asm/atomic.h>
     8#include <linux/pid.h>
     9
     10#define MAX_SCHEDULE_TIMEOUT    INT_MAX
    811
    912#define TASK_RUNNING            0
     
    3033#include <asm\current.h>
    3134#include <linux\wait.h>
    32 
    33 void add_wait_queue(wait_queue_head_t *q, wait_queue_t * wait);
    34 void add_wait_queue_exclusive(wait_queue_head_t *q);
    35 void remove_wait_queue(wait_queue_head_t *q, wait_queue_t * wait);
    3635
    3736extern void __wake_up(wait_queue_head_t *q, unsigned int mode);
     
    8786        set_current_state(TASK_UNINTERRUPTIBLE); \
    8887        schedule_timeout(x);
     88#define TASK_NORMAL             (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
    8989
    9090#endif /* _LINUX_SCHED_H */
Note: See TracChangeset for help on using the changeset viewer.