Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166371
b: refs/heads/master
c: bfebb14
h: refs/heads/master
i:
  166369: cf629ac
  166367: 0f72d85
v: v3
  • Loading branch information
Linus Torvalds committed Sep 26, 2009
1 parent 9d42259 commit c892630
Show file tree
Hide file tree
Showing 18 changed files with 1,461 additions and 413 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: a72bfd4dea053bb8e2233902c3f1893ef5485802
refs/heads/master: bfebb1406329667f2cccb50fad1de87f573b2c1a
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/entry-header.S
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
ldr r0, [sp]
strex r1, r2, [sp] @ clear the exclusive monitor
ldmib sp, {r1 - pc}^ @ load r1 - pc, cpsr
#else
ldmia sp, {r0 - pc}^ @ load r0 - pc, cpsr
#endif
.endm

Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/sparc/include/asm/vio.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ static inline void *vio_dring_entry(struct vio_dring_state *dr,
static inline u32 vio_dring_avail(struct vio_dring_state *dr,
unsigned int ring_size)
{
MAYBE_BUILD_BUG_ON(!is_power_of_2(ring_size));

return (dr->pending -
((dr->prod - dr->cons) & (ring_size - 1)));
}
Expand Down
Loading

0 comments on commit c892630

Please sign in to comment.