aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/ptrace.h
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2010-05-02 04:05:13 -0400
committerChris Zankel <chris@zankel.net>2010-05-02 04:05:13 -0400
commit4573e398d591a2fe6c600908578fd31401746529 (patch)
treef74ae1023b753cc0ca986af1a3d79535858a8821 /arch/xtensa/include/asm/ptrace.h
parentcf1c0aaf816ecc90106d997c0af3f7cdde6c2a71 (diff)
xtensa: Shuffle include statements to fix linker script
The linker script was including assembly macros from the coprocessor header file that is not otherwise used by the script. Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/include/asm/ptrace.h')
-rw-r--r--arch/xtensa/include/asm/ptrace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/ptrace.h b/arch/xtensa/include/asm/ptrace.h
index 3c549f79872..0d42c934b66 100644
--- a/arch/xtensa/include/asm/ptrace.h
+++ b/arch/xtensa/include/asm/ptrace.h
@@ -77,6 +77,8 @@
77 77
78#ifndef __ASSEMBLY__ 78#ifndef __ASSEMBLY__
79 79
80#include <asm/coprocessor.h>
81
80/* 82/*
81 * This struct defines the way the registers are stored on the 83 * This struct defines the way the registers are stored on the
82 * kernel stack during a system call or other kernel entry. 84 * kernel stack during a system call or other kernel entry.