Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2917 → Rev 2918

/branches/tracing/kernel/arch/ia32/src/pm.c
131,10 → 131,10
 
d->access = AR_PRESENT | AR_INTERRUPT; /* masking interrupt */
 
if (i == VECTOR_SYSCALL) {
if (i == VECTOR_SYSCALL || i == VECTOR_BREAKPOINT) {
/*
* The syscall interrupt gate must be calleable from
* userland.
* userland. The same for breakpoint gate.
*/
d->access |= DPL_USER;
}