dect
/
linux-2.6
Archived
13
0
Fork 0

CRIS: Minor formatting fix in traps.c

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
Jesper Nilsson 2010-08-03 15:59:26 +02:00
parent 399233265c
commit e2ee9bb225
1 changed files with 2 additions and 4 deletions

View File

@ -9,8 +9,7 @@
#include <hwregs/intr_vect_defs.h>
#include <asm/irq.h>
void
show_registers(struct pt_regs *regs)
void show_registers(struct pt_regs *regs)
{
/*
* It's possible to use either the USP register or current->thread.usp.
@ -101,8 +100,7 @@ bad_value:
}
}
void
arch_enable_nmi(void)
void arch_enable_nmi(void)
{
unsigned long flags;