commit | 1e1b9593e6f7d6026f2d6a2109e06a9629ef0ce0 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Wed Mar 23 14:41:36 2022 +0000 |
committer | Michael Brown <mcb30@ipxe.org> | Thu Mar 24 12:58:52 2022 +0000 |
tree | 3390f790cd68f508d2daf3f13a3c236bbbe09f6d | |
parent | 27825e555746c379ac045466f692ed77686af2b5 [diff] |
[linux] Add stub phys_to_user() implementation For symmetry with the stub user_to_phys() implementation, provide phys_to_user() with the same underlying assumption that virtual addresses are physical (since there is no way to know the real physical address when running as a Linux userspace executable). Signed-off-by: Michael Brown <mcb30@ipxe.org>