projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdf5167
)
arch/x86/xen/irq: Cleanup code/data sections definitions
author
Daniel Kiper
<dkiper@net-space.pl>
Wed, 4 May 2011 18:16:07 +0000
(20:16 +0200)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Thu, 12 May 2011 21:19:33 +0000
(17:19 -0400)
Cleanup code/data sections definitions
accordingly to include/linux/init.h.
Signed-off-by: Daniel Kiper <dkiper@net-space.pl>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/irq.c
patch
|
blob
|
history
diff --git
a/arch/x86/xen/irq.c
b/arch/x86/xen/irq.c
index 6a6fe8939645f948e248cbaf21933675899b5c62..8bbb465b6f0aa32ebff23cc9d4a883b44a8da4fe 100644
(file)
--- a/
arch/x86/xen/irq.c
+++ b/
arch/x86/xen/irq.c
@@
-113,7
+113,7
@@
static void xen_halt(void)
xen_safe_halt();
}
-static const struct pv_irq_ops xen_irq_ops __init
data
= {
+static const struct pv_irq_ops xen_irq_ops __init
const
= {
.save_fl = PV_CALLEE_SAVE(xen_save_fl),
.restore_fl = PV_CALLEE_SAVE(xen_restore_fl),
.irq_disable = PV_CALLEE_SAVE(xen_irq_disable),