Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339499
b: refs/heads/master
c: fe15f3f
h: refs/heads/master
i:
  339497: 7be425e
  339495: d34a1ed
v: v3
  • Loading branch information
Schichan Nicolas authored and Russell King committed Dec 11, 2012
1 parent f946dbf commit 9fd6541
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 89c2e00978ada02a5b84b361faee954cbc7a0386
refs/heads/master: fe15f3f1067c56820da44aa92659f2f908fd3caa
2 changes: 1 addition & 1 deletion trunk/arch/arm/net/bpf_jit_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define r_skb_hl ARM_R8

#define SCRATCH_SP_OFFSET 0
#define SCRATCH_OFF(k) (SCRATCH_SP_OFFSET + (k))
#define SCRATCH_OFF(k) (SCRATCH_SP_OFFSET + 4 * (k))

#define SEEN_MEM ((1 << BPF_MEMWORDS) - 1)
#define SEEN_MEM_WORD(k) (1 << (k))
Expand Down

0 comments on commit 9fd6541

Please sign in to comment.