···1414#define _XTENSA_ELF_H15151616#include <asm/ptrace.h>1717+#include <asm/coprocessor.h>17181819/* Xtensa processor ELF architecture-magic number */1920
+1
arch/xtensa/include/asm/pgalloc.h
···1414#ifdef __KERNEL__15151616#include <linux/highmem.h>1717+#include <linux/slab.h>17181819/*1920 * Allocating and freeing a pmd is trivial: the 1-entry pmd is
···77777878#ifndef __ASSEMBLY__79798080+#include <asm/coprocessor.h>8181+8082/*8183 * This struct defines the way the registers are stored on the8284 * kernel stack during a system call or other kernel entry.