Skip to content

acpi,smp: always use APIC ID for CPU identifiers #126

acpi,smp: always use APIC ID for CPU identifiers

acpi,smp: always use APIC ID for CPU identifiers #126

Workflow file for this run

name: C/C++ CI (GCC)
on:
push:
branches: [ mainline ]
pull_request:
branches: [ mainline ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make clean
run: make clean
- name: make CC=gcc all
run: make CC=gcc all