https://github.com/torvalds/linux
Raw File
Tip revision: e288985d502897e9b2753afd2451a1972150a697 authored by Xiang Wang on 06 September 2019, 03:56:09 UTC
arch/riscv: disable too many harts before pick main boot hart
Tip revision: e288985
locking-selftest-spin.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		L

#undef UNLOCK
#define UNLOCK		U

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		SI
back to top