Skip to content

aarch64: support FIQs and use them for TLB shootdown IPIs #1762

aarch64: support FIQs and use them for TLB shootdown IPIs

aarch64: support FIQs and use them for TLB shootdown IPIs #1762

Workflow file for this run

name: Clippy Checks
on:
pull_request:
types: [synchronize, opened, reopened]
jobs:
run-clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Initialize git submodules"
run: |
git submodule update --init --recursive
- name: "Install nasm"
run: sudo apt install nasm
- name: "Run Clippy"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: .
run: |
make clippy ARCH=x86_64
make clippy ARCH=aarch64