Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1071 → Rev 1072

/kernel/trunk/arch/amd64/src/amd64.c
46,6 → 46,7
#include <panic.h>
#include <interrupt.h>
#include <arch/syscall.h>
#include <arch/debugger.h>
 
/** Disable I/O on non-privileged levels
*
129,6 → 130,8
{
if (config.cpu_active == 1) {
ega_init(); /* video */
/* Enable debugger */
debugger_init();
}
/* Setup fast SYSCALL/SYSRET */
syscall_setup_cpu();