Subversion Repositories HelenOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 4389 → Rev 4390

/branches/tracing/kernel/arch/amd64/include/cpu.h
77,6 → 77,10
extern uint64_t read_efer_flag(void);
void cpu_setup_fpu(void);
 
#define DR6_BT (1<<15)
#define DR6_BS (1<<14)
#define DR6_BD (1<<13)
 
#endif /* __ASM__ */
 
#endif
/branches/tracing/kernel/arch/amd64/include/drivers
0,0 → 1,0
link ../../ia32/include/drivers
Property changes:
Added: svn:special
+*
\ No newline at end of property
/branches/tracing/kernel/arch/amd64/src/debugger.c
282,7 → 282,7
* The userspace thread has TF set and executed
* an instruction
*/
udebug_trap_event(istate->eip);
udebug_trap_event(getip(istate));
return;
}
}