summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2019-02-15 18:00:21 +0100
committerDavid Gibson2019-02-25 23:21:25 +0100
commit2819282dae6c38b2c9d5499ad748b1471f26af1a (patch)
tree7e50a82e02040540b874bd0cb33e965e5b256d52 /target
parenttarget/ppc: Re-enable RMLS on POWER9 for virtual hypervisors (diff)
downloadqemu-2819282dae6c38b2c9d5499ad748b1471f26af1a.tar.gz
qemu-2819282dae6c38b2c9d5499ad748b1471f26af1a.tar.xz
qemu-2819282dae6c38b2c9d5499ad748b1471f26af1a.zip
target/ppc: Fix #include guard in mmu-book3s-v3.h
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20190215170029.15641-5-clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target')
-rw-r--r--target/ppc/mmu-book3s-v3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/ppc/mmu-book3s-v3.h b/target/ppc/mmu-book3s-v3.h
index 41b7715862..12ec0054c2 100644
--- a/target/ppc/mmu-book3s-v3.h
+++ b/target/ppc/mmu-book3s-v3.h
@@ -17,8 +17,8 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MMU_H
-#define MMU_H
+#ifndef MMU_BOOOK3S_V3_H
+#define MMU_BOOOK3S_V3_H
#ifndef CONFIG_USER_ONLY
@@ -62,4 +62,4 @@ int ppc64_v3_handle_mmu_fault(PowerPCCPU *cpu, vaddr eaddr, int rwx,
#endif /* CONFIG_USER_ONLY */
-#endif /* MMU_H */
+#endif /* MMU_BOOOK3S_V3_H */