mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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>
This commit is contained in:
parent
6a4770e335
commit
90c0d80daa
@ -1,6 +1,8 @@
|
|||||||
#ifndef _ASM_MICROBLAZE_CMPXCHG_H
|
#ifndef _ASM_MICROBLAZE_CMPXCHG_H
|
||||||
#define _ASM_MICROBLAZE_CMPXCHG_H
|
#define _ASM_MICROBLAZE_CMPXCHG_H
|
||||||
|
|
||||||
|
#include <linux/irqflags.h>
|
||||||
|
|
||||||
void __bad_xchg(volatile void *ptr, int size);
|
void __bad_xchg(volatile void *ptr, int size);
|
||||||
|
|
||||||
static inline unsigned long __xchg(unsigned long x, volatile void *ptr,
|
static inline unsigned long __xchg(unsigned long x, volatile void *ptr,
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include <asm/sections.h>
|
#include <asm/sections.h>
|
||||||
#include <asm/exceptions.h>
|
#include <asm/exceptions.h>
|
||||||
#include <asm/unwind.h>
|
#include <asm/unwind.h>
|
||||||
|
#include <asm/switch_to.h>
|
||||||
|
|
||||||
struct stack_trace;
|
struct stack_trace;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user