Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80012
b: refs/heads/master
c: 3e7622f
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Jan 30, 2008
1 parent 000da94 commit eb8b031
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 22f5991c85dec1281cce5c8df9ee92b43b1738c8
refs/heads/master: 3e7622f9d7807a0a826d042cafc211cd1a29448c
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/entry_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ END(syscall_badsys)
* Build the entry stubs and pointer table with
* some assembler magic.
*/
.data
.section .rodata,"a"
ENTRY(interrupt)
.text

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/i8259_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ BUILD_16_IRQS(0xc) BUILD_16_IRQS(0xd) BUILD_16_IRQS(0xe) BUILD_16_IRQS(0xf)
IRQ(x,c), IRQ(x,d), IRQ(x,e), IRQ(x,f)

/* for the irq vectors */
static void (*interrupt[NR_VECTORS - FIRST_EXTERNAL_VECTOR])(void) = {
static void (*__initdata interrupt[NR_VECTORS - FIRST_EXTERNAL_VECTOR])(void) = {
IRQLIST_16(0x2), IRQLIST_16(0x3),
IRQLIST_16(0x4), IRQLIST_16(0x5), IRQLIST_16(0x6), IRQLIST_16(0x7),
IRQLIST_16(0x8), IRQLIST_16(0x9), IRQLIST_16(0xa), IRQLIST_16(0xb),
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/hw_irq_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Interrupt entry/exit code at both C and assembly level
*/

extern void (*interrupt[NR_IRQS])(void);
extern void (*const interrupt[NR_IRQS])(void);

#ifdef CONFIG_SMP
void reschedule_interrupt(void);
Expand Down

0 comments on commit eb8b031

Please sign in to comment.