Changeset 76cec1e in mainline for arch/ia32/src/smp/apic.c


Ignore:
Timestamp:
2005-07-15T21:57:30Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4a4c5e3
Parents:
e41c47e
Message:

Huge indentation fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/smp/apic.c

    re41c47e r76cec1e  
    8585       
    8686                if ((pin = mps_irq_to_pin(i)) != -1)
    87                         io_apic_change_ioredtbl(pin,0xf,IVT_IRQBASE+i,LOPRI);
     87                io_apic_change_ioredtbl(pin,0xf,IVT_IRQBASE+i,LOPRI);
    8888        }
    8989       
     
    137137        if ((esr>>7) & 1)
    138138                printf("Illegal Register Address\n");
    139    
     139
    140140        return !esr;
    141141}
Note: See TracChangeset for help on using the changeset viewer.