Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218730
b: refs/heads/master
c: 04157a6
h: refs/heads/master
v: v3
  • Loading branch information
Akira Takeuchi authored and David Howells committed Oct 27, 2010
1 parent 42695ad commit a736ecf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 37e4ec96365a4b1179b994861e824e3c2fce32a1
refs/heads/master: 04157a6e7df99fd5ed64955233d6e00ab6613614
1 change: 0 additions & 1 deletion trunk/arch/mn10300/include/asm/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/* assembly code in softirq.h is sensitive to the offsets of these fields */
typedef struct {
unsigned int __softirq_pending;
unsigned long idle_timestamp;
unsigned int __nmi_count; /* arch dependent */
unsigned int __irq_count; /* arch dependent */
} ____cacheline_aligned irq_cpustat_t;
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/mn10300/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ void cpu_idle(void)
idle = pm_idle;
if (!idle)
idle = default_idle;

irq_stat[cpu].idle_timestamp = jiffies;
idle();
}

Expand Down

0 comments on commit a736ecf

Please sign in to comment.