[roll] Roll fuchsia [kernel] Update start.S's for style

This change updates the start.S for each architecture to conform to the
emergent style of using...
* libarch assembler macros;
* "//" to delimit comments;
* two space indents;
* and a single space between the instruction and its first operand.

This code will be under frequent modification in the context of a
planned series of patches, so this change aims to make things internally
(and externally) consistent ahead of time.

Original-Bug: 42164859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1194875
Original-Revision: 98fff083c8e8eba0b1750391060124538e553469
GitOrigin-RevId: 7d3d10f8792152e7abf8e7e9761feb17c7b9276f
Change-Id: Ibfcb7f2ec60d93efcb669976e7cc1df05b86fb16
1 file changed
tree: 6191fe285769e0264f8dcae9b5efa9a66f6b9d83
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 in one of the communication channels documented at get involved.

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.