arm: Rename pte-v6.h to pte.h

There is no need for this to be versioned after the removal of armv4/v5

Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D41139
This commit is contained in:
Andrew Turner
2023-07-24 17:58:15 +01:00
parent 1e7dfc94cc
commit 29629d9e76
5 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
#include <machine/asmacros.h>
#include <machine/armreg.h>
#include <machine/sysreg.h>
#include <machine/pte-v6.h>
#include <machine/pte.h>
__FBSDID("$FreeBSD$");
+1 -1
View File
@@ -30,7 +30,7 @@
#ifndef _MACHINE_PMAP_VAR_H_
#define _MACHINE_PMAP_VAR_H_
#include <machine/pte-v6.h>
#include <machine/pte.h>
/*
* Various PMAP defines, exports, and inline functions
+1 -1
View File
@@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$");
#include <machine/machdep.h>
#include <machine/platform.h>
#include <machine/platformvar.h>
#include <machine/pte-v6.h>
#include <machine/pte.h>
#include <arm/mv/mvreg.h>
#include <arm/mv/mvvar.h>