initial commit with v3.6.7
[linux-3.6.7-moxart.git] / arch / unicore32 / include / asm / exec.h
blob06d1f0f57888eb48b12883d67cd7d4d84d241935
1 /*
2 * Process execution bits for PKUnity SoC and UniCore ISA
4 * Copyright (C) 2001-2012 GUAN Xue-tao
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10 #ifndef __UNICORE_EXEC_H__
11 #define __UNICORE_EXEC_H__
13 #define arch_align_stack(x) (x)
15 #endif /* __UNICORE_EXEC_H__ */