]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/x86/include/asm/numa_32.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / x86 / include / asm / numa_32.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1965aae3
PA
2#ifndef _ASM_X86_NUMA_32_H
3#define _ASM_X86_NUMA_32_H
69e1a33f 4
867c5b52 5#ifdef CONFIG_HIGHMEM
cc9f7a0c 6extern void set_highmem_pages_init(void);
867c5b52
PE
7#else
8static inline void set_highmem_pages_init(void)
9{
10}
8550eb99
IM
11#endif
12
1965aae3 13#endif /* _ASM_X86_NUMA_32_H */