Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305395
b: refs/heads/master
c: 7e3a4fa
h: refs/heads/master
i:
  305393: ac62005
  305391: 562839f
v: v3
  • Loading branch information
Kent Yoder authored and Benjamin Herrenschmidt committed May 16, 2012
1 parent 33c354e commit 796a1bf
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: aef7b31c8833e7dd79c2320f6d0433861a6d3653
refs/heads/master: 7e3a4fa160387a72d42e3f8c4b887bb0a9c50d7e
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/prom_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ static void __init early_cmdline_parse(void)
#endif
#define OV5_TYPE1_AFFINITY 0x80 /* Type 1 NUMA affinity */
#define OV5_PFO_HW_RNG 0x80 /* PFO Random Number Generator */
#define OV5_PFO_HW_ENCR 0x20 /* PFO Encryption Accelerator */

/* Option Vector 6: IBM PAPR hints */
#define OV6_LINUX 0x02 /* Linux is our OS */
Expand Down Expand Up @@ -773,7 +774,7 @@ static unsigned char ibm_architecture_vec[] = {
0,
0,
0,
OV5_PFO_HW_RNG,
OV5_PFO_HW_RNG | OV5_PFO_HW_ENCR,

/* option vector 6: IBM PAPR hints */
4 - 2, /* length */
Expand Down

0 comments on commit 796a1bf

Please sign in to comment.