Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173121
b: refs/heads/master
c: eed89d0
h: refs/heads/master
i:
  173119: ec6fb4d
v: v3
  • Loading branch information
Ian Molton authored and Herbert Xu committed Dec 3, 2009
1 parent 3d97eae commit bec49b2
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: bb347d98079a547e80bd4722dee1de61e4dca0e8
refs/heads/master: eed89d0f9d3383851cec634565a6414fae70fe91
3 changes: 2 additions & 1 deletion trunk/drivers/char/hw_random/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ static struct hwrng *current_rng;
static LIST_HEAD(rng_list);
static DEFINE_MUTEX(rng_mutex);
static int data_avail;
static u8 rng_buffer[SMP_CACHE_BYTES] __cacheline_aligned;
static u8 rng_buffer[SMP_CACHE_BYTES < 32 ? 32 : SMP_CACHE_BYTES]
__cacheline_aligned;

static inline int hwrng_init(struct hwrng *rng)
{
Expand Down

0 comments on commit bec49b2

Please sign in to comment.