mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if they
were, they are not safe to use outside of the kernel since these values can change at kernel compile time - ie: we do not want them compiled into userland binaries.
This commit is contained in:
parent
367165975d
commit
4580c352e1
1 changed files with 0 additions and 3 deletions
|
|
@ -95,9 +95,6 @@
|
|||
|
||||
#define KERNBASE VADDR(KPTDI, 0)
|
||||
|
||||
#define KPT_MAX_ADDRESS VADDR(PTDPTDI, KPTDI+NKPT)
|
||||
#define KPT_MIN_ADDRESS VADDR(PTDPTDI, KPTDI)
|
||||
|
||||
#define UPT_MAX_ADDRESS VADDR(PTDPTDI, PTDPTDI)
|
||||
#define UPT_MIN_ADDRESS VADDR(PTDPTDI, 0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue