[roll] Roll fuchsia [kernel][x86] page_tables: Test for PTE global bit when queueing inval

When queueing invalidations set the global bit based on a PTE's global
bit, rather than on whether it is a kernel (vs user) address. The two
predicates come out the same way currently, but if there are uses of the
global bit for non-kernel addresses in the future, the current predicate
would be wrong.

Resolves an old TODO from teisenbe@.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/566567
Original-Revision: 5baa9c36440fa842b241b2831c2a2d34aa183f3a
GitOrigin-RevId: a066f9fbd9d96b31752be0ad85df010f9d1c7be5
Change-Id: I0117ce1d01f5437a31366b36c03c2b8456fae9bf
1 file changed
tree: 781d19eb00336a788b25e0045dc94b5abf25b575
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.