summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/exec.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-03-28 19:30:03 +0200
committerDavid Howells <dhowells@redhat.com>2012-03-28 19:30:03 +0200
commitbd119c69239322caafdb64517a806037d0d0c70a (patch)
treeb0f03cfa94bd35597302f42644b9220eb71baf5a /arch/tile/include/asm/exec.h
parentDisintegrate asm/system.h for Sparc (diff)
downloadlinux-bd119c69239322caafdb64517a806037d0d0c70a.tar.xz
linux-bd119c69239322caafdb64517a806037d0d0c70a.zip
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/include/asm/exec.h')
-rw-r--r--arch/tile/include/asm/exec.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/tile/include/asm/exec.h b/arch/tile/include/asm/exec.h
new file mode 100644
index 000000000000..a714e1950867
--- /dev/null
+++ b/arch/tile/include/asm/exec.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2010 Tilera Corporation. All Rights Reserved.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation, version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
+ * NON INFRINGEMENT. See the GNU General Public License for
+ * more details.
+ */
+
+#ifndef _ASM_TILE_EXEC_H
+#define _ASM_TILE_EXEC_H
+
+#define arch_align_stack(x) (x)
+
+#endif /* _ASM_TILE_EXEC_H */