diff options
Diffstat (limited to 'arch/microblaze/kernel/hw_exception_handler.S')
| -rw-r--r-- | arch/microblaze/kernel/hw_exception_handler.S | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/microblaze/kernel/hw_exception_handler.S b/arch/microblaze/kernel/hw_exception_handler.S index 25f6e07d8de..782680de312 100644 --- a/arch/microblaze/kernel/hw_exception_handler.S +++ b/arch/microblaze/kernel/hw_exception_handler.S @@ -147,10 +147,6 @@  	#if CONFIG_XILINX_MICROBLAZE0_USE_BARREL > 0  	#define BSRLI(rD, rA, imm)	\  		bsrli rD, rA, imm -	#elif CONFIG_XILINX_MICROBLAZE0_USE_DIV > 0 -	#define BSRLI(rD, rA, imm)	\ -		ori rD, r0, (1 << imm);	\ -		idivu rD, rD, rA  	#else  	#define BSRLI(rD, rA, imm) BSRLI ## imm (rD, rA)  	/* Only the used shift constants defined here - add more if needed */  |