|
@@ -635,6 +635,7 @@ static void __init early_cmdline_parse(void)
|
|
/* ibm,dynamic-reconfiguration-memory property supported */
|
|
/* ibm,dynamic-reconfiguration-memory property supported */
|
|
#define OV5_DRCONF_MEMORY 0x20
|
|
#define OV5_DRCONF_MEMORY 0x20
|
|
#define OV5_LARGE_PAGES 0x10 /* large pages supported */
|
|
#define OV5_LARGE_PAGES 0x10 /* large pages supported */
|
|
|
|
+#define OV5_DONATE_DEDICATE_CPU 0x02 /* donate dedicated CPU support */
|
|
/* PCIe/MSI support. Without MSI full PCIe is not supported */
|
|
/* PCIe/MSI support. Without MSI full PCIe is not supported */
|
|
#ifdef CONFIG_PCI_MSI
|
|
#ifdef CONFIG_PCI_MSI
|
|
#define OV5_MSI 0x01 /* PCIe/MSI support */
|
|
#define OV5_MSI 0x01 /* PCIe/MSI support */
|
|
@@ -685,7 +686,8 @@ static unsigned char ibm_architecture_vec[] = {
|
|
/* option vector 5: PAPR/OF options */
|
|
/* option vector 5: PAPR/OF options */
|
|
3 - 2, /* length */
|
|
3 - 2, /* length */
|
|
0, /* don't ignore, don't halt */
|
|
0, /* don't ignore, don't halt */
|
|
- OV5_LPAR | OV5_SPLPAR | OV5_LARGE_PAGES | OV5_DRCONF_MEMORY | OV5_MSI,
|
|
|
|
|
|
+ OV5_LPAR | OV5_SPLPAR | OV5_LARGE_PAGES | OV5_DRCONF_MEMORY |
|
|
|
|
+ OV5_DONATE_DEDICATE_CPU | OV5_MSI,
|
|
};
|
|
};
|
|
|
|
|
|
/* Old method - ELF header with PT_NOTE sections */
|
|
/* Old method - ELF header with PT_NOTE sections */
|