1// SPDX-License-Identifier: GPL-3.0-only 2//! Global Compile-Time Kernel Configuration 3//! 4//! Authors: MarioS271 5 6pub const MAX_CPUS: usize = 255;