git: ioapic/x86_64: Rearrange pin information for ioapic low level intrhandler
    Sepherosa Ziehau 
    sephe at crater.dragonflybsd.org
       
    Wed Aug 31 02:12:47 PDT 2011
    
    
  
commit 5ac5ccd2c6f251f847f232e3c722d5bc766d77f1
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Wed Aug 31 17:09:06 2011 +0800
    ioapic/x86_64: Rearrange pin information for ioapic low level intrhandler
    
    - Remove unused field, thus reduce the information size from 32 bytes
      to 16bytes.
    - Struct, field and macro renaming
Summary of changes:
 sys/platform/pc64/apic/apic_vector.s |   16 +++---
 sys/platform/pc64/apic/ioapic_abi.c  |   80 ++++++++++++++++------------------
 sys/platform/pc64/apic/ioapic_abi.h  |   23 ++++------
 sys/platform/pc64/apic/ioapic_ipl.s  |   16 +++---
 sys/platform/pc64/x86_64/genassym.c  |   14 +++---
 5 files changed, 70 insertions(+), 79 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5ac5ccd2c6f251f847f232e3c722d5bc766d77f1
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list