Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/* Public domain. */
#ifndef _LINUX_MMZONE_H
#define _LINUX_MMZONE_H
#include <linux/mm_types.h>
#include <linux/numa.h>
#include <linux/page-flags.h>
#define MAX_ORDER 11
#endif