diff options
Diffstat (limited to 'arch/mn10300/kernel/gdb-io-serial.c')
| -rw-r--r-- | arch/mn10300/kernel/gdb-io-serial.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mn10300/kernel/gdb-io-serial.c b/arch/mn10300/kernel/gdb-io-serial.c index 0d5d63c91dc..df51242744c 100644 --- a/arch/mn10300/kernel/gdb-io-serial.c +++ b/arch/mn10300/kernel/gdb-io-serial.c @@ -18,7 +18,6 @@  #include <linux/nmi.h>  #include <asm/pgtable.h> -#include <asm/system.h>  #include <asm/gdb-stub.h>  #include <asm/exceptions.h>  #include <asm/serial-regs.h> @@ -73,7 +72,8 @@ void gdbstub_io_init(void)  	GDBPORT_SERIAL_IER = UART_IER_RDI | UART_IER_RLSI;  	/* permit level 0 IRQs to take place */ -	local_change_intr_mask_level(NUM2EPSW_IM(CONFIG_GDBSTUB_IRQ_LEVEL + 1)); +	arch_local_change_intr_mask_level( +		NUM2EPSW_IM(CONFIG_GDBSTUB_IRQ_LEVEL + 1));  }  /*  | 
