Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58291
b: refs/heads/master
c: dff06c1
h: refs/heads/master
i:
  58289: 30f616f
  58287: fe2375f
v: v3
  • Loading branch information
Ingo Molnar committed Jul 9, 2007
1 parent 7a429b8 commit bf39825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ad46c2c4ebcead75cd364a79b63b134393094fb9
refs/heads/master: dff06c157b6089b774514337769a3c1b7ccccf6c
4 changes: 2 additions & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <linux/module.h>
#include <linux/nmi.h>
#include <linux/init.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include <linux/highmem.h>
#include <linux/smp_lock.h>
#include <asm/mmu_context.h>
Expand Down Expand Up @@ -53,9 +53,9 @@
#include <linux/kprobes.h>
#include <linux/delayacct.h>
#include <linux/reciprocal_div.h>
#include <linux/unistd.h>

#include <asm/tlb.h>
#include <asm/unistd.h>

/*
* Scheduler clock - returns current time in nanosec units.
Expand Down

0 comments on commit bf39825

Please sign in to comment.