mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 07:03:28 -04:00
Merge tag 'timers-urgent-2026-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fix from Ingo Molnar: - Fix UM build regression caused by the removal of the UM specific timex.h header (Thomas Weißschuh) * tag 'timers-urgent-2026-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: um: Use asm-generic/timex.h over the host architecture one
This commit is contained in:
13
arch/um/include/asm/timex.h
Normal file
13
arch/um/include/asm/timex.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef __UM_TIMEX_H
|
||||
#define __UM_TIMEX_H
|
||||
|
||||
/*
|
||||
* Do not fall back to the host architecture header because latter likely
|
||||
* includes facilities like cpu_feature_enabled() which are present only
|
||||
* there. That would result in build breakages and/or efforts to "emulate"
|
||||
* those facilities in UML.
|
||||
*/
|
||||
#include <asm-generic/timex.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user