DragonFly commits List (threaded) for 2011-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: git: x86_64 intr: Support upto 192 IDT entries in ipl and intr vector asm code
: x86_64 intr: Support upto 192 IDT entries in ipl and intr vector asm code
:
: Most parts are same as following commit on i386:
: c263294b570bc9641fe5184b066fd801803046a4
: except that 64bits mask array is used.
:
: Things like (1UL << $const_val) does not work in .s file; currently
: "movq $1,%rcx; shlq $const_val,%rcx;" is used instead.
Nice cleanup and nice move to a larger bitmap for ipending!
-Matt
Matthew Dillon
<dillon@backplane.com>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]