patch-2.3.42 linux/include/linux/mmzone.h

Next file: linux/include/linux/nfsd/export.h
Previous file: linux/include/linux/i2c-elektor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.41/linux/include/linux/mmzone.h linux/include/linux/mmzone.h
@@ -12,13 +12,7 @@
  * Free memory management - zoned buddy allocator.
  */
 
-#if CONFIG_AP1000
-/* the AP+ needs to allocate 8MB contiguous, aligned chunks of ram
-   for the ring buffers */
-#define MAX_ORDER 12
-#else
 #define MAX_ORDER 10
-#endif
 
 typedef struct free_area_struct {
 	struct list_head free_list;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)