CRIS v10: Fix bug where error returns didn't restore irqs in mm/fault.c
authorJesper Nilsson <jesper.nilsson@axis.com>
Mon, 21 Jan 2008 10:14:59 +0000 (11:14 +0100)
committerJesper Nilsson <jesper.nilsson@axis.com>
Fri, 8 Feb 2008 10:06:31 +0000 (11:06 +0100)
Don't return when we're inside local_irq_disable(), use goto exit instead.
Also, cleanup some whitespace errors.


No differences found