From: Jan-Benedict G. <jb...@us...> - 2005-07-31 14:55:45
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19365/include/asm-vax Modified Files: system.h Log Message: - #define arch_align_stack(). This isn't yet a version that allows stack randomization. Index: system.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/system.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- system.h 1 Mar 2004 11:07:50 -0000 1.16 +++ system.h 31 Jul 2005 14:55:37 -0000 1.17 @@ -28,9 +28,9 @@ #define START_ADDR (PAGE_OFFSET+0x310000) -#ifndef __ASSEMBLY__ - +#define arch_align_stack(x) (x) +#ifndef __ASSEMBLY__ struct task_struct; /* one of the stranger aspects of C forward declarations.. */ /* This macro wrapper around switch_to() means that the compiler |