Commit 2819282d authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by David Gibson
Browse files

target/ppc: Fix #include guard in mmu-book3s-v3.h



Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarCédric Le Goater <clg@kaod.org>
Message-Id: <20190215170029.15641-5-clg@kaod.org>
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 2b9e0a6b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 */