···36 return !(ia64_psr(regs)->i);37}3839+static inline void handle_irq(int irq, struct pt_regs *regs)40{00041 __do_IRQ(irq);0042}43#define irq_ctx_init(cpu) do { } while (0)44
-2
arch/ia64/xen/xensetup.S
···5455#define isBP p3 // are we the Bootstrap Processor?5657- .text58-59GLOBAL_ENTRY(xen_setup_hook)60 mov r8=XEN_PV_DOMAIN_ASM61(isBP) movl r9=xen_domain_type;;
···5455#define isBP p3 // are we the Bootstrap Processor?560057GLOBAL_ENTRY(xen_setup_hook)58 mov r8=XEN_PV_DOMAIN_ASM59(isBP) movl r9=xen_domain_type;;