blob: f53ec54c92ffa17ee35ebd5514d25676904601fd [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Written by Kanoj Sarcar (kanoj@sgi.com) Aug 99
3 * Rewritten for Linux 2.6 by Christoph Hellwig (hch@lst.de) Jan 2004
4 */
5#ifndef _ASM_MMZONE_H_
6#define _ASM_MMZONE_H_
7
8#include <asm/page.h>
9#include <mmzone.h>
10
Yoichi Yuasab4819b52005-06-25 14:54:31 -070011#ifdef CONFIG_DISCONTIGMEM
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#define pfn_to_nid(pfn) pa_to_nid((pfn) << PAGE_SHIFT)
14
Yoichi Yuasab4819b52005-06-25 14:54:31 -070015#endif /* CONFIG_DISCONTIGMEM */
16
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#endif /* _ASM_MMZONE_H_ */