UnknownSec Bypass
403
:
/
lib
/
modules
/
5.11.0-1022-aws
/
build
/
arch
/
powerpc
/
include
/
asm
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
spinlock.h
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __ASM_SPINLOCK_H #define __ASM_SPINLOCK_H #ifdef __KERNEL__ #ifdef CONFIG_PPC_QUEUED_SPINLOCKS #include <asm/qspinlock.h> #include <asm/qrwlock.h> #else #include <asm/simple_spinlock.h> #endif #ifndef CONFIG_PARAVIRT_SPINLOCKS static inline void pv_spinlocks_init(void) { } #endif #endif /* __KERNEL__ */ #endif /* __ASM_SPINLOCK_H */
Copyright © 2025 - UnknownSec