Subversion Repositories HelenOS-historic

Rev

Rev 958 | Rev 1112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 958 Rev 1019
Line 128... Line 128...
128
        exc_register(i, "undef", (iroutine) null_interrupt);
128
        exc_register(i, "undef", (iroutine) null_interrupt);
129
    }
129
    }
130
    exc_register(13, "gp_fault", (iroutine) gp_fault);
130
    exc_register(13, "gp_fault", (iroutine) gp_fault);
131
    exc_register( 7, "nm_fault", (iroutine) nm_fault);
131
    exc_register( 7, "nm_fault", (iroutine) nm_fault);
132
    exc_register(12, "ss_fault", (iroutine) ss_fault);
132
    exc_register(12, "ss_fault", (iroutine) ss_fault);
-
 
133
    exc_register(19, "simd_fp", (iroutine) simd_fp_exception);
133
}
134
}
134
 
135
 
135
 
136
 
136
/* Clean IOPL(12,13) and NT(14) flags in EFLAGS register */
137
/* Clean IOPL(12,13) and NT(14) flags in EFLAGS register */
137
static void clean_IOPL_NT_flags(void)
138
static void clean_IOPL_NT_flags(void)