git: x86_64 intr: Support upto 192 IDT entries in ipl and intr vector asm code
Matthew Dillon
dillon at apollo.backplane.com
Tue Jan 18 20:46:05 PST 2011
: 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 at backplane.com>
More information about the Commits
mailing list