diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2019-01-01 19:41:55 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2019-05-06 17:48:55 -0700 |
commit | 8f8d5745bb520c76b81abef4a2cb3023d0313bfd (patch) | |
tree | cc287760f536fc980b7277e0a3459f9a6c6a94d3 /arch/xtensa/kernel/vmlinux.lds.S | |
parent | 8e65986dcae8c49501c1920064dc192e704248bb (diff) | |
download | linux-8f8d5745bb520c76b81abef4a2cb3023d0313bfd.tar.gz linux-8f8d5745bb520c76b81abef4a2cb3023d0313bfd.tar.bz2 linux-8f8d5745bb520c76b81abef4a2cb3023d0313bfd.zip |
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/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/xtensa/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S index b80a430453b1..943f10639a93 100644 --- a/arch/xtensa/kernel/vmlinux.lds.S +++ b/arch/xtensa/kernel/vmlinux.lds.S @@ -18,8 +18,8 @@ #include <asm/page.h> #include <asm/thread_info.h> +#include <asm/core.h> #include <asm/vectors.h> -#include <variant/core.h> OUTPUT_ARCH(xtensa) ENTRY(_start) |