aboutsummaryrefslogtreecommitdiff
path: root/src/bkl.c
blob: aa7bd53c270448c9317effb6653bda2371a63963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: copyleft-next-0.3.1 */
/* Copyright 2024, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */

#include <kmi/lock.h>

/**
 * @file bkl.c
 *
 * Instanciation of the big kernel lock.
 */

spinlock_t bkl = 0;