forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/powerpc/kvm/e500.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved.
34 *
....@@ -10,17 +11,13 @@
1011 * This file is based on arch/powerpc/kvm/44x_tlb.h and
1112 * arch/powerpc/include/asm/kvm_44x.h by Hollis Blanchard <hollisb@us.ibm.com>,
1213 * 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.
1714 */
1815
1916 #ifndef KVM_E500_H
2017 #define KVM_E500_H
2118
2219 #include <linux/kvm_host.h>
23
-#include <asm/mmu-book3e.h>
20
+#include <asm/nohash/mmu-book3e.h>
2421 #include <asm/tlb.h>
2522 #include <asm/cputhreads.h>
2623