Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\clocksource.c Create Date:2022-07-28 10:44:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_override_clock - Compatibility layer for deprecated boot option*@str: override name* DEPRECATED! Takes a clock= boot argument and uses it* as the clocksource override name

Proto:static int __init boot_override_clock(char *str)

Type:int

Parameter:

TypeParameterName
char *str
1229  If Not strcmp(str, "pmtmr") Then
1230  pr_warn("clock=pmtmr is deprecated - use clocksource=acpi_pm\n")
1231  Return _override_clocksource - boot clock override*@str: override name* Takes a clocksource= boot argument and uses it* as the clocksource override name.
1233  pr_warn("clock= boot option is deprecated - use clocksource=xyz\n")
1234  Return _override_clocksource - boot clock override*@str: override name* Takes a clocksource= boot argument and uses it* as the clocksource override name.