Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
void arch_dump_domain_info(struct domain *d)
{
- struct vcpu *v;
+ struct vcpu *v;
- for_each_vcpu ( d, v )
- {
- gic_dump_info(v);
- }
+ for_each_vcpu ( d, v )
+ {
+ gic_dump_info(v);
+ }
}
long arch_do_vcpu_op(int cmd, struct vcpu *v, XEN_GUEST_HANDLE_PARAM(void) arg)
}
/* XXX: implement NUMA support */
-#define node_spanned_pages(nid) (total_pages)
+#define node_spanned_pages(nid) (total_pages)
#define __node_distance(a, b) (20)
#endif /* __ARCH_ARM_NUMA_H */
* whether it is disabled etc etc.
*/
typedef struct irq_desc {
- unsigned int status; /* IRQ status */
+ unsigned int status; /* IRQ status */
hw_irq_controller *handler;
struct msi_desc *msi_desc;
- struct irqaction *action; /* IRQ action list */
+ struct irqaction *action; /* IRQ action list */
int irq;
spinlock_t lock;
struct arch_irq_desc arch;