Title: [9219] trunk/fs/binfmt_flat.c: flat: drop 2.6.34 hack now that we are on 2.6.35
Revision
9219
Author
vapier
Date
2010-10-16 17:12:00 -0400 (Sat, 16 Oct 2010)

Log Message

flat: drop 2.6.34 hack now that we are on 2.6.35

Modified Paths


Diff

Modified: trunk/fs/binfmt_flat.c (9218 => 9219)


--- trunk/fs/binfmt_flat.c	2010-10-16 21:11:34 UTC (rev 9218)
+++ trunk/fs/binfmt_flat.c	2010-10-16 21:12:00 UTC (rev 9219)
@@ -69,9 +69,6 @@
  * Here we can be a bit looser than the data sections since this
  * needs to only meet arch ABI requirements.
  */
-#ifndef ARCH_SLAB_MINALIGN /* glue between 2.6.34 and 2.6.35 */
-# define ARCH_SLAB_MINALIGN 0
-#endif
 #define FLAT_STACK_ALIGN	max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)
 
 #define RELOC_FAILED 0xff00ff01		/* Relocation incorrect somewhere */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to