Re: git: x86_64 intr: Support upto 192 IDT entries in ipl and in

看板DFBSD_commit作者時間15年前 (2011/01/19 13:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
: 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>
文章代碼(AID): #1DDd0HZD (DFBSD_commit)