diff options
| author | Ingo Molnar <mingo@kernel.org> | 2013-12-17 09:27:08 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2013-12-17 09:27:08 -0500 |
| commit | bb799d3b980eb803ca2da4a4eefbd9308f8d988a (patch) | |
| tree | 69fbe0cd6d47b23a50f5e1d87bf7489532fae149 /drivers/pci/hotplug/ibmphp.h | |
| parent | 919fc6e34831d1c2b58bfb5ae261dc3facc9b269 (diff) | |
| parent | 319e2e3f63c348a9b66db4667efa73178e18b17d (diff) | |
Merge tag 'v3.13-rc4' into core/locking
Merge Linux 3.13-rc4, to refresh this rather old tree with the latest fixes.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/pci/hotplug/ibmphp.h')
| -rw-r--r-- | drivers/pci/hotplug/ibmphp.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/pci/hotplug/ibmphp.h b/drivers/pci/hotplug/ibmphp.h index 8c5b25871d02..e3e46a7b3ee7 100644 --- a/drivers/pci/hotplug/ibmphp.h +++ b/drivers/pci/hotplug/ibmphp.h | |||
| @@ -59,7 +59,7 @@ extern int ibmphp_debug; | |||
| 59 | 59 | ||
| 60 | 60 | ||
| 61 | /************************************************************ | 61 | /************************************************************ |
| 62 | * RESOURE TYPE * | 62 | * RESOURCE TYPE * |
| 63 | ************************************************************/ | 63 | ************************************************************/ |
| 64 | 64 | ||
| 65 | #define EBDA_RSRC_TYPE_MASK 0x03 | 65 | #define EBDA_RSRC_TYPE_MASK 0x03 |
| @@ -103,7 +103,7 @@ extern int ibmphp_debug; | |||
| 103 | //-------------------------------------------------------------- | 103 | //-------------------------------------------------------------- |
| 104 | 104 | ||
| 105 | struct rio_table_hdr { | 105 | struct rio_table_hdr { |
| 106 | u8 ver_num; | 106 | u8 ver_num; |
| 107 | u8 scal_count; | 107 | u8 scal_count; |
| 108 | u8 riodev_count; | 108 | u8 riodev_count; |
| 109 | u16 offset; | 109 | u16 offset; |
| @@ -127,7 +127,7 @@ struct scal_detail { | |||
| 127 | }; | 127 | }; |
| 128 | 128 | ||
| 129 | //-------------------------------------------------------------- | 129 | //-------------------------------------------------------------- |
| 130 | // RIO DETAIL | 130 | // RIO DETAIL |
| 131 | //-------------------------------------------------------------- | 131 | //-------------------------------------------------------------- |
| 132 | 132 | ||
| 133 | struct rio_detail { | 133 | struct rio_detail { |
| @@ -152,7 +152,7 @@ struct opt_rio { | |||
| 152 | u8 first_slot_num; | 152 | u8 first_slot_num; |
| 153 | u8 middle_num; | 153 | u8 middle_num; |
| 154 | struct list_head opt_rio_list; | 154 | struct list_head opt_rio_list; |
| 155 | }; | 155 | }; |
| 156 | 156 | ||
| 157 | struct opt_rio_lo { | 157 | struct opt_rio_lo { |
| 158 | u8 rio_type; | 158 | u8 rio_type; |
| @@ -161,7 +161,7 @@ struct opt_rio_lo { | |||
| 161 | u8 middle_num; | 161 | u8 middle_num; |
| 162 | u8 pack_count; | 162 | u8 pack_count; |
| 163 | struct list_head opt_rio_lo_list; | 163 | struct list_head opt_rio_lo_list; |
| 164 | }; | 164 | }; |
| 165 | 165 | ||
| 166 | /**************************************************************** | 166 | /**************************************************************** |
| 167 | * HPC DESCRIPTOR NODE * | 167 | * HPC DESCRIPTOR NODE * |
| @@ -574,7 +574,7 @@ void ibmphp_hpc_stop_poll_thread(void); | |||
| 574 | #define HPC_CTLR_IRQ_PENDG 0x80 | 574 | #define HPC_CTLR_IRQ_PENDG 0x80 |
| 575 | 575 | ||
| 576 | //---------------------------------------------------------------------------- | 576 | //---------------------------------------------------------------------------- |
| 577 | // HPC_CTLR_WROKING status return codes | 577 | // HPC_CTLR_WORKING status return codes |
| 578 | //---------------------------------------------------------------------------- | 578 | //---------------------------------------------------------------------------- |
| 579 | #define HPC_CTLR_WORKING_NO 0x00 | 579 | #define HPC_CTLR_WORKING_NO 0x00 |
| 580 | #define HPC_CTLR_WORKING_YES 0x01 | 580 | #define HPC_CTLR_WORKING_YES 0x01 |
