Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org/bcachefs
[linux-2.6-block.git] / arch / x86 / include / asm / mmzone_64.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2/* K8 NUMA support */
3/* Copyright 2002,2003 by Andi Kleen, SuSE Labs */
4/* 2.5 Version loosely based on the NUMAQ Code by Pat Gaughen. */
1965aae3
PA
5#ifndef _ASM_X86_MMZONE_64_H
6#define _ASM_X86_MMZONE_64_H
1da177e4 7
2b97690f 8#ifdef CONFIG_NUMA
1da177e4 9
59ea7463 10#include <linux/mmdebug.h>
1da177e4
LT
11#include <asm/smp.h>
12
1da177e4
LT
13extern struct pglist_data *node_data[];
14
1da177e4
LT
15#define NODE_DATA(nid) (node_data[nid])
16
2b97690f 17#endif
1965aae3 18#endif /* _ASM_X86_MMZONE_64_H */