Skip to content

Commit a3873ab

Browse files
committed
redhat: automotive: remove tech preview message
JIRA: https://issues.redhat.com/browse/RHEL-77268 Upstream Status: RHEL only For the automotive kernel, do not log a tech preview warning message for real-time kernels. Signed-off-by: Scott Weaver <scweaver@redhat.com>
1 parent 4c5ecd7 commit a3873ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ void __init __no_sanitize_address setup_arch(char **cmdline_p)
335335

336336
paging_init();
337337

338-
if (IS_ENABLED(CONFIG_PREEMPT_RT))
338+
if (IS_ENABLED(CONFIG_PREEMPT_RT) && !IS_ENABLED(CONFIG_RH_AUTOMOTIVE))
339339
mark_tech_preview("RHEL-RT on ARM64", NULL);
340340

341341
acpi_table_upgrade();

0 commit comments

Comments
 (0)