Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204460
b: refs/heads/master
c: 4573e39
h: refs/heads/master
v: v3
  • Loading branch information
Chris Zankel committed May 2, 2010
1 parent 9fdf0b9 commit 4468b99
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf1c0aaf816ecc90106d997c0af3f7cdde6c2a71
refs/heads/master: 4573e398d591a2fe6c600908578fd31401746529
1 change: 1 addition & 0 deletions trunk/arch/xtensa/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#define _XTENSA_ELF_H

#include <asm/ptrace.h>
#include <asm/coprocessor.h>

/* Xtensa processor ELF architecture-magic number */

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/xtensa/include/asm/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#ifdef __KERNEL__

#include <linux/highmem.h>
#include <linux/slab.h>

/*
* Allocating and freeing a pmd is trivial: the 1-entry pmd is
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/xtensa/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#define _XTENSA_PROCESSOR_H

#include <variant/core.h>
#include <asm/coprocessor.h>
#include <platform/hardware.h>

#include <linux/compiler.h>
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/xtensa/include/asm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@

#ifndef __ASSEMBLY__

#include <asm/coprocessor.h>

/*
* This struct defines the way the registers are stored on the
* kernel stack during a system call or other kernel entry.
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/xtensa/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/

#include <asm/processor.h>
#include <asm/coprocessor.h>

#include <linux/types.h>
#include <linux/stddef.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/xtensa/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/linkage.h>
#include <asm/asm-offsets.h>
#include <asm/processor.h>
#include <asm/coprocessor.h>
#include <asm/thread_info.h>
#include <asm/uaccess.h>
#include <asm/unistd.h>
Expand Down

0 comments on commit 4468b99

Please sign in to comment.