mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
12 lines
246 B
C
12 lines
246 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef _ASM_POWERPC_NOHASH_MMU_H_
|
||
|
#define _ASM_POWERPC_NOHASH_MMU_H_
|
||
|
|
||
|
#ifdef CONFIG_PPC64
|
||
|
#include <asm/nohash/64/mmu.h>
|
||
|
#else
|
||
|
#include <asm/nohash/32/mmu.h>
|
||
|
#endif
|
||
|
|
||
|
#endif /* _ASM_POWERPC_NOHASH_MMU_H_ */
|