License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / powerpc / include / asm / book3s / pgalloc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
75a9b8a6
AK
2#ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H
3#define _ASM_POWERPC_BOOK3S_PGALLOC_H
4
5#include <linux/mm.h>
6
7extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
75a9b8a6
AK
8
9#ifdef CONFIG_PPC64
10#include <asm/book3s/64/pgalloc.h>
11#else
12#include <asm/book3s/32/pgalloc.h>
13#endif
14
15#endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */