aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/lib/memset.S
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2019-01-01 22:41:55 -0500
committerMax Filippov <jcmvbkbc@gmail.com>2019-05-06 20:48:55 -0400
commit8f8d5745bb520c76b81abef4a2cb3023d0313bfd (patch)
treecc287760f536fc980b7277e0a3459f9a6c6a94d3 /arch/xtensa/lib/memset.S
parent8e65986dcae8c49501c1920064dc192e704248bb (diff)
xtensa: replace variant/core.h with asm/core.h
Introduce the header arch/xtensa/include/asm/core.h that provides definitions for XCHAL macros missing in older xtensa releases. Use this header instead of variant/core.h Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/lib/memset.S')
-rw-r--r--arch/xtensa/lib/memset.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/lib/memset.S b/arch/xtensa/lib/memset.S
index 276747dec300..8632eacbdc80 100644
--- a/arch/xtensa/lib/memset.S
+++ b/arch/xtensa/lib/memset.S
@@ -12,8 +12,8 @@
12 */ 12 */
13 13
14#include <linux/linkage.h> 14#include <linux/linkage.h>
15#include <variant/core.h>
16#include <asm/asmmacro.h> 15#include <asm/asmmacro.h>
16#include <asm/core.h>
17 17
18/* 18/*
19 * void *memset(void *dst, int c, size_t length) 19 * void *memset(void *dst, int c, size_t length)