diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:03 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:03 -0400 |
commit | bd119c69239322caafdb64517a806037d0d0c70a (patch) | |
tree | b0f03cfa94bd35597302f42644b9220eb71baf5a /arch/tile/kernel/single_step.c | |
parent | d550bbd40c0e10aefa05103dadbe0ae42e683707 (diff) |
Disintegrate asm/system.h for Tile
Disintegrate asm/system.h for Tile.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/single_step.c')
-rw-r--r-- | arch/tile/kernel/single_step.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/kernel/single_step.c b/arch/tile/kernel/single_step.c index b7a879504086..bc1eb586e24d 100644 --- a/arch/tile/kernel/single_step.c +++ b/arch/tile/kernel/single_step.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/types.h> | 25 | #include <linux/types.h> |
26 | #include <linux/err.h> | 26 | #include <linux/err.h> |
27 | #include <asm/cacheflush.h> | 27 | #include <asm/cacheflush.h> |
28 | #include <asm/unaligned.h> | ||
28 | #include <arch/abi.h> | 29 | #include <arch/abi.h> |
29 | #include <arch/opcode.h> | 30 | #include <arch/opcode.h> |
30 | 31 | ||