diff options
-rw-r--r-- | sys/arch/amd64/trap.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/amd64/trap.c b/sys/arch/amd64/trap.c index fa0a68e..d215127 100644 --- a/sys/arch/amd64/trap.c +++ b/sys/arch/amd64/trap.c @@ -66,10 +66,7 @@ trap_print(struct trapframe *tf) } /* - * Registers a handler for - * *fatal* traps. - * - * => Can block + * Registers a handler for *fatal* traps. */ void register_ftrap_handler(ftrap_handler_t handler) @@ -81,8 +78,6 @@ register_ftrap_handler(ftrap_handler_t handler) /* * Handles traps. - * - * => Can block */ void trap_handler(struct trapframe *tf) |