Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222189
b: refs/heads/master
c: acbfd58
h: refs/heads/master
i:
  222187: e615ad3
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Nov 18, 2010
1 parent 97bf9d7 commit 80e7d5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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: 0a5b871ea4c6bfb2723ac2ffc7ef5c32452abb89
refs/heads/master: acbfd58e8a1f24ef644a90a90825c3f435b990f5
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/boot/div64.S
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ __div64_32:
cntlzw r0,r5 # we are shifting the dividend right
li r10,-1 # to make it < 2^32, and shifting
srw r10,r10,r0 # the divisor right the same amount,
add r9,r4,r10 # rounding up (so the estimate cannot
addc r9,r4,r10 # rounding up (so the estimate cannot
andc r11,r6,r10 # ever be too large, only too small)
andc r9,r9,r10
addze r9,r9
or r11,r5,r11
rotlw r9,r9,r0
rotlw r11,r11,r0
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#define LINUX_HARDIRQ_H

#include <linux/preempt.h>
#ifdef CONFIG_PREEMPT
#endif
#include <linux/lockdep.h>
#include <linux/ftrace_irq.h>
#include <asm/hardirq.h>
Expand Down

0 comments on commit 80e7d5a

Please sign in to comment.