DragonFly-2.3.1.678.g061e4 master sys/cpu/amd64/include frame.h

看板DFBSD_commit作者時間16年前 (2009/07/08 14:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 061e48458f3a1e4a7fee02318bec186e02d6757f Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jul 7 23:22:45 2009 -0700 AMD64 - Fix trapframe, intrframe, and user mode cpu accounting. * Fix broken CLKF_USERMODE macro. This was causing the cpu accounting code to mis-detect usermode interrupt frames. * Fix trapframe, it was missing a field and not matching up against intrframe. This caused a bad intrframe to be passed to doreti. * Fix calls to lwkt_process_ipiq_frame from doreti. The intrframe was off by 8 bytes. Summary of changes: sys/cpu/amd64/include/frame.h | 1 + sys/platform/pc64/amd64/ipl.s | 4 ++-- sys/platform/pc64/include/cpu.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/061e48458f3a1e4a7fee02318bec186e02d6757f -- DragonFly BSD source repository
文章代碼(AID): #1AL3reP- (DFBSD_commit)