DragonFly BSD
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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 18 Jan 2011 20:45:21 -0800 (PST)

:    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]