repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git]
/
arch
/
arm64
/
include
/
asm
/
mmzone.h
blob
fa17e01d9ab27894a0c8ce443a0a8078cd5e8b24
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_MMZONE_H
3
#define __ASM_MMZONE_H
4
5
#ifdef CONFIG_NUMA
6
7
#include <asm/numa.h>
8
9
extern
struct
pglist_data
*
node_data
[];
10
#define NODE_DATA(nid) (node_data[(nid)])
11
12
#endif
/* CONFIG_NUMA */
13
#endif
/* __ASM_MMZONE_H */