| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * This file is based on arch/powerpc/kvm/44x_tlb.h and |
|---|
| 11 | 12 | * arch/powerpc/include/asm/kvm_44x.h by Hollis Blanchard <hollisb@us.ibm.com>, |
|---|
| 12 | 13 | * Copyright IBM Corp. 2007-2008 |
|---|
| 13 | | - * |
|---|
| 14 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 15 | | - * it under the terms of the GNU General Public License, version 2, as |
|---|
| 16 | | - * published by the Free Software Foundation. |
|---|
| 17 | 14 | */ |
|---|
| 18 | 15 | |
|---|
| 19 | 16 | #ifndef KVM_E500_H |
|---|
| 20 | 17 | #define KVM_E500_H |
|---|
| 21 | 18 | |
|---|
| 22 | 19 | #include <linux/kvm_host.h> |
|---|
| 23 | | -#include <asm/mmu-book3e.h> |
|---|
| 20 | +#include <asm/nohash/mmu-book3e.h> |
|---|
| 24 | 21 | #include <asm/tlb.h> |
|---|
| 25 | 22 | #include <asm/cputhreads.h> |
|---|
| 26 | 23 | |
|---|