X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-h8300%2Fsystem.h;h=dfe96c7121cfe3ad6742fbb93ebea1bb6aea85be;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=b91dae2a90c35b377c8cda65332542c805ebd13d;hpb=433e2af4175021d339b067f6e7ee0a4e4c4f7e2d;p=linux-2.6.git diff --git a/include/asm-h8300/system.h b/include/asm-h8300/system.h index b91dae2a9..dfe96c712 100644 --- a/include/asm-h8300/system.h +++ b/include/asm-h8300/system.h @@ -144,4 +144,6 @@ static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int siz asm("jmp @@0"); \ }) +#define arch_align_stack(x) (x) + #endif /* _H8300_SYSTEM_H */