[BACK]Return to kmalloc.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-mips / mach-generic

File: [Development] / linux-2.6-xfs / include / asm-mips / mach-generic / kmalloc.h (download)

Revision 1.1, Mon Dec 5 21:19:08 2005 UTC (11 years, 10 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Merge up to 2.6.15-rc5.
Merge of 2.6.x-xfs-melb:linux:24672a by kenmcd.

#ifndef __ASM_MACH_GENERIC_KMALLOC_H
#define __ASM_MACH_GENERIC_KMALLOC_H

#include <linux/config.h>

#ifndef CONFIG_DMA_COHERENT
/*
 * Total overkill for most systems but need as a safe default.
 */
#define ARCH_KMALLOC_MINALIGN	128
#endif

#endif /* __ASM_MACH_GENERIC_KMALLOC_H */