mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
arm64, riscv: remove unused declaration
It is inherited from arm, where the global exists and is used. No
functional change.
Reviewed by: markj
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45323
(cherry picked from commit 1d3c23676d)
This commit is contained in:
parent
ed10a9398d
commit
bdfd8f68fa
2 changed files with 0 additions and 2 deletions
|
|
@ -273,7 +273,6 @@
|
|||
extern vm_paddr_t dmap_phys_base;
|
||||
extern vm_paddr_t dmap_phys_max;
|
||||
extern vm_offset_t dmap_max_addr;
|
||||
extern vm_offset_t vm_max_kernel_address;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -242,7 +242,6 @@
|
|||
extern vm_paddr_t dmap_phys_base;
|
||||
extern vm_paddr_t dmap_phys_max;
|
||||
extern vm_offset_t dmap_max_addr;
|
||||
extern vm_offset_t vm_max_kernel_address;
|
||||
extern vm_offset_t init_pt_va;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue