Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330033
b: refs/heads/master
c: dd47a8b
h: refs/heads/master
i:
  330031: a82483b
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Oct 5, 2012
1 parent 3f6b247 commit 4f810f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1058ce2084dde358c91969ce334cbdf6b1e7dff4
refs/heads/master: dd47a8bd6e43e3112ea0fa89994b91c433d130c2
2 changes: 1 addition & 1 deletion trunk/arch/ia64/xen/irq_xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ xen_resend_irq(unsigned int vector)
(void)resend_irq_on_evtchn(vector);
}

const struct pv_irq_ops xen_irq_ops __initdata = {
const struct pv_irq_ops xen_irq_ops __initconst = {
.register_ipi = xen_register_ipi,

.assign_irq_vector = xen_assign_irq_vector,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ia64/xen/irq_xen.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern void (*late_time_init)(void);
extern char xen_event_callback;
void __init xen_init_IRQ(void);

extern const struct pv_irq_ops xen_irq_ops __initdata;
extern const struct pv_irq_ops xen_irq_ops __initconst;
extern void xen_smp_intr_init(void);
extern void xen_send_ipi(int cpu, int vec);

Expand Down

0 comments on commit 4f810f3

Please sign in to comment.