git: ioapic/i386: Rearrange pin information for ioapic low level intrhandler
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Mon Aug 29 05:03:22 PDT 2011
commit 7a54dec9563fe552852f9237fd471d5cbe566eba
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Mon Aug 29 19:54:51 2011 +0800
ioapic/i386: 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/pc32/apic/apic_vector.s | 16 +++---
sys/platform/pc32/apic/ioapic_abi.c | 79 +++++++++++++++------------------
sys/platform/pc32/apic/ioapic_abi.h | 24 +++++------
sys/platform/pc32/apic/ioapic_ipl.s | 16 +++---
sys/platform/pc32/i386/genassym.c | 14 +++---
5 files changed, 70 insertions(+), 79 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7a54dec9563fe552852f9237fd471d5cbe566eba
--
DragonFly BSD source repository
More information about the Commits
mailing list