Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320743
b: refs/heads/master
c: d114a33
h: refs/heads/master
i:
  320741: b1f4942
  320739: 1fd804a
  320735: 9bc9ba2
v: v3
  • Loading branch information
Tony Luck authored and Theodore Ts'o committed Jul 24, 2012
1 parent b60d58d commit 6d4b5d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbc96b7594b5691d61eba2db8b2ea723645be9ca
refs/heads/master: d114a33387472555188f142ed8e98acdb8181c6d
3 changes: 3 additions & 0 deletions trunk/drivers/firmware/dmi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <linux/dmi.h>
#include <linux/efi.h>
#include <linux/bootmem.h>
#include <linux/random.h>
#include <asm/dmi.h>

/*
Expand Down Expand Up @@ -111,6 +112,8 @@ static int __init dmi_walk_early(void (*decode)(const struct dmi_header *,

dmi_table(buf, dmi_len, dmi_num, decode, NULL);

add_device_randomness(buf, dmi_len);

dmi_iounmap(buf, dmi_len);
return 0;
}
Expand Down

0 comments on commit 6d4b5d5

Please sign in to comment.