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
Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
asm
/
numa_32.h
blob
e7d6b82547429d470aa7679a602cc2788100aec8
1
#ifndef _ASM_X86_NUMA_32_H
2
#define _ASM_X86_NUMA_32_H
3
4
#ifdef CONFIG_HIGHMEM
5
extern
void
set_highmem_pages_init
(
void
);
6
#else
7
static
inline
void
set_highmem_pages_init
(
void
)
8
{
9
}
10
#endif
11
12
#endif
/* _ASM_X86_NUMA_32_H */