Skip to content
Commit a4e36ed1 authored by Kevin Hao's avatar Kevin Hao Committed by Bruce Ashfield
Browse files

arm: Fix the "invalid constant" error when assembling entry-common.S



The commit 82f18d6a ("arm: merge fixup for duplicate
TIF_NOTIFY_SIGNAL and other TIF_*") tried to fix the duplicate macro
warning on rt kernel. But after that change, the new values of the TIF_*
would cause the following assembler errors:
  arch/arm/kernel/entry-common.S: Assembler messages:
  arch/arm/kernel/entry-common.S:103: Error: invalid constant (1000e0) after fixup
  arch/arm/kernel/entry-common.S:286: Error: invalid constant (1000e0) after fixup

So adjust the value of TIF_* to make the assembler happy. After this
change, the TIF_* macros are the same as the ones in linux-6.2.y-rt.

Signed-off-by: default avatarKevin Hao <kexin.hao@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 0567deb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment