Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335481
b: refs/heads/master
c: 6893f56
h: refs/heads/master
i:
  335479: 35e0d07
v: v3
  • Loading branch information
Fengguang Wu authored and Linus Torvalds committed Nov 9, 2012
1 parent 58eca3d commit 6522e9c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b0a8cc58e6b9aaae3045752059e5e6260c0b94bc
refs/heads/master: 6893f5675f54d6452aded27f9a1d5e86a3bddcbe
3 changes: 2 additions & 1 deletion trunk/arch/h8300/include/asm/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#define __ARCH_H8300_CACHE_H

/* bytes per L1 cache line */
#define L1_CACHE_BYTES 4
#define L1_CACHE_SHIFT 2
#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)

/* m68k-elf-gcc 2.95.2 doesn't like these */

Expand Down

0 comments on commit 6522e9c

Please sign in to comment.