Title: [5965] trunk/include/linux/flat.h: mainline moved defines around
Revision
5965
Author
vapier
Date
2009-01-08 04:13:41 -0600 (Thu, 08 Jan 2009)

Log Message

mainline moved defines around

Modified Paths


Diff

Modified: trunk/include/linux/flat.h (5964 => 5965)


--- trunk/include/linux/flat.h	2009-01-08 10:06:38 UTC (rev 5964)
+++ trunk/include/linux/flat.h	2009-01-08 10:13:41 UTC (rev 5965)
@@ -10,13 +10,6 @@
 #ifndef _LINUX_FLAT_H
 #define _LINUX_FLAT_H
 
-#define FLAT_FLAG_RAM    0x0001 /* load program entirely into RAM */
-#define FLAT_FLAG_GOTPIC 0x0002 /* program is PIC with GOT */
-#define FLAT_FLAG_GZIP   0x0004 /* all but the header is compressed */
-#define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
-#define FLAT_FLAG_KTRACE 0x0010 /* output useful kernel trace for debugging */
-#define FLAT_FLAG_L1STK  0x0020 /* use a 4k stack in L1 scratch memory.  */
-
 #ifdef __KERNEL__
 #include <asm/flat.h>
 #endif
@@ -57,6 +50,12 @@
 	unsigned long filler[5];    /* Reservered, set to zero */
 };
 
+#define FLAT_FLAG_RAM    0x0001 /* load program entirely into RAM */
+#define FLAT_FLAG_GOTPIC 0x0002 /* program is PIC with GOT */
+#define FLAT_FLAG_GZIP   0x0004 /* all but the header is compressed */
+#define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
+#define FLAT_FLAG_KTRACE 0x0010 /* output useful kernel trace for debugging */
+#define FLAT_FLAG_L1STK  0x0020 /* use a 4k stack in L1 scratch memory.  */
 
 #ifdef __KERNEL__ /* so systems without linux headers can compile the apps */
 /*
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to