repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
arch
/
x86
/
mm
/
numa_internal.h
blob
11e1ff370c106fca2b0e75bacfbb5299b8eedfa4
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __X86_MM_NUMA_INTERNAL_H
3
#define __X86_MM_NUMA_INTERNAL_H
4
5
#include <linux/types.h>
6
#include <asm/numa.h>
7
8
void
__init
x86_numa_init
(
void
);
9
10
#endif
/* __X86_MM_NUMA_INTERNAL_H */