acrn-hypervisor/hypervisor/common
Yan, Like f77d885d7e hv: pirq: clean up unnecessary fields of irq_desc
This commit cleans up fiels of struct irq_desc:
- remove name, irq_desc_state, irq_cnt and irq_lost_cnt which are not used.
- remove irq_ prefix of irq_lock field of struct irq_desc;
- change enum irq_state to enum irq_use_state;

Signed-off-by: Yan, Like <like.yan@intel.com>
Reviewed-by: Li, Fei <fei1.li@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-08-17 14:25:52 +08:00
..
hv_main.c HV: Enclose debug specific code with #ifdef HV_DEBUG 2018-08-15 11:17:29 +08:00
hypercall.c hv:fix return value violations for vpic/vioapic 2018-08-16 09:01:08 +08:00
io_request.c HV: io: drop REQ_STATE_FAILED 2018-08-15 12:04:12 +08:00
ptdev.c hv: pirq: clean up unnecessary fields of irq_desc 2018-08-17 14:25:52 +08:00
schedule.c idle: enable IRQ in default idle 2018-08-15 12:05:18 +08:00
softirq.c hv: softirq: refine softirq 2018-08-01 11:36:27 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: add compile time assert for static checks 2018-08-14 13:05:06 +08:00
trusty_hypercall.c HV: trusty: new hypercall to save/restore context of secure world 2018-08-09 15:09:15 +08:00
vm_load.c hv: sw_loader for VMs in ACRN partition mode 2018-08-17 10:04:51 +08:00