Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27962
b: refs/heads/master
c: a3b6714
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent 1bd5a4f commit f303fd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98ca79d52bc34b8dfff729bc8559dbb918c9d02a
refs/heads/master: a3b6714e1744a5e841753d74aca1de5972f24e6d
18 changes: 10 additions & 8 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef _LINUX_SCHED_H
#define _LINUX_SCHED_H

#ifdef __KERNEL__
#include <asm/param.h> /* for HZ */

#include <linux/config.h>
#include <linux/capability.h>
#include <linux/threads.h>
#include <linux/kernel.h>
Expand Down Expand Up @@ -37,6 +37,15 @@
#include <linux/rcupdate.h>
#include <linux/futex.h>

#include <linux/time.h>
#include <linux/param.h>
#include <linux/resource.h>
#include <linux/timer.h>
#include <linux/hrtimer.h>

#include <asm/processor.h>
#endif

#include <linux/auxvec.h> /* For AT_VECTOR_SIZE */

struct exec_domain;
Expand Down Expand Up @@ -103,13 +112,6 @@ extern unsigned long nr_uninterruptible(void);
extern unsigned long nr_active(void);
extern unsigned long nr_iowait(void);

#include <linux/time.h>
#include <linux/param.h>
#include <linux/resource.h>
#include <linux/timer.h>
#include <linux/hrtimer.h>

#include <asm/processor.h>

/*
* Task state bitmask. NOTE! These bits are also
Expand Down

0 comments on commit f303fd0

Please sign in to comment.