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

Commit 90c0d80d authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Add missing headers caused by disintegration asm/system.h



It should be the part of patch
"Disintegrate asm/system.h for Microblaze"
(sha1: c40d04df)

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 6a4770e3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#ifndef _ASM_MICROBLAZE_CMPXCHG_H
#define _ASM_MICROBLAZE_CMPXCHG_H

#include <linux/irqflags.h>

void __bad_xchg(volatile void *ptr, int size);

static inline unsigned long __xchg(unsigned long x, volatile void *ptr,
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <asm/sections.h>
#include <asm/exceptions.h>
#include <asm/unwind.h>
#include <asm/switch_to.h>

struct stack_trace;