Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

Signed-off-by: Michal Simek <monstr@monstr.eu>

+3
+2
arch/microblaze/include/asm/cmpxchg.h
··· 1 1 #ifndef _ASM_MICROBLAZE_CMPXCHG_H 2 2 #define _ASM_MICROBLAZE_CMPXCHG_H 3 3 4 + #include <linux/irqflags.h> 5 + 4 6 void __bad_xchg(volatile void *ptr, int size); 5 7 6 8 static inline unsigned long __xchg(unsigned long x, volatile void *ptr,
+1
arch/microblaze/kernel/unwind.c
··· 24 24 #include <asm/sections.h> 25 25 #include <asm/exceptions.h> 26 26 #include <asm/unwind.h> 27 + #include <asm/switch_to.h> 27 28 28 29 struct stack_trace; 29 30