Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12dfc73e authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Fix IRQ flag handling for MSR=0



Patch: Fix IRQ flag handling naming
(sha1: f9ee29270c11dba7d0fe0b83ce47a4d8e8d2101)
introduced problem on system with MSR=0.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 8dbdea84
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@
#include <linux/types.h>
#include <linux/types.h>
#include <asm/registers.h>
#include <asm/registers.h>


#ifdef CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR
#if CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR


static inline unsigned long arch_local_irq_save(void)
static inline unsigned long arch_local_irq_save(void)
{
{