fixed merge bug
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 28 Jan 2005 05:12:43 +0000 (05:12 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 28 Jan 2005 05:12:43 +0000 (05:12 +0000)
arch/i386/kernel/irq.c
arch/i386/kernel/vsyscall.lds.S

index 8e764bd..be82494 100644 (file)
@@ -222,9 +222,6 @@ asmlinkage int handle_IRQ_event(unsigned int irq,
        int status = 1; /* Force the "do bottom halves" bit */
        int ret, retval = 0;
 
-       if (!(action->flags & SA_INTERRUPT))
-               local_irq_enable();
-
        if (!(action->flags & SA_INTERRUPT))
                local_irq_enable();
 
index 3a8329d..077ec94 100644 (file)
@@ -7,7 +7,7 @@
 
 SECTIONS
 {
-  . = VSYSCALL_BASE + SIZEOF_HEADERS;
+  . = SIZEOF_HEADERS;
 
   .hash           : { *(.hash) }               :text
   .dynsym         : { *(.dynsym) }
@@ -20,7 +20,7 @@ SECTIONS
      For the layouts to match, we need to skip more than enough
      space for the dynamic symbol table et al.  If this amount
      is insufficient, ld -shared will barf.  Just increase it here.  */
-  . = VSYSCALL_BASE + 0x400;
+  . = 0x400;
 
   .text           : { *(.text) }               :text =0x90909090