[roll] Roll fuchsia [zircon] remove old comment

This CL removes a comment in the arch_context_switch function. The comment was referring as to why the function had the `__attribute__((target("fsgsbase")))` annotation. That annotation was removed in CL 409874[0], where the kernel is now being compiled with `-mfsgsbase`.

https://fuchsia-review.googlesource.com/c/fuchsia/+/409874

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/556521
Original-Revision: cb02437f52b8065b4e2cce321602a67398ddeb3a
GitOrigin-RevId: 91620a8f1698e1144458dcd40d4f2ca2ca354da6
Change-Id: Idf468ccc571bf68a1c182f030867c33a2c48d0d7
1 file changed
tree: d4171ab6bf0e328210b4a8320c49bae0fbd9f326
  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.