/* * Copyright (c) 2018-2021, Andreas Kling * * SPDX-License-Identifier: BSD-2-Clause */ #include namespace Kernel { SmapDisabler::SmapDisabler() : m_flags(0) { } SmapDisabler::~SmapDisabler() { } }