Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207176
b: refs/heads/master
c: 4b2bf4b
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and Chris Metcalf committed Jul 6, 2010
1 parent 3257af6 commit a055b53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 0707ad30d10110aebc01a5a64fb63f4b32d20b73
refs/heads/master: 4b2bf4b3fc066d45870b7f33fa23dbcb9cb1a27f
1 change: 0 additions & 1 deletion trunk/arch/tile/include/asm/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
/* bytes per L1 data cache line */
#define L1_CACHE_SHIFT CHIP_L1D_LOG_LINE_SIZE()
#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
#define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1)) & -L1_CACHE_BYTES)

/* bytes per L1 instruction cache line */
#define L1I_CACHE_SHIFT CHIP_L1I_LOG_LINE_SIZE()
Expand Down

0 comments on commit a055b53

Please sign in to comment.