Skip to content
Commit ab0bbb9f authored by Andrew Jones's avatar Andrew Jones
Browse files

lib/stack: Restrengthen base_address



commit a1f2b0e1 ("treewide: lib/stack: Make base_address arch
specific") made base_address() a weak function in order to allow
architectures to override it. Linking for EFI doesn't seem to figure
out the right one to use though [anymore?]. It must have worked at
one point because the commit calls outs EFI as the motivation.
Anyway, just drop the weakness in favor of another HAVE_ define.

Signed-off-by: default avatarAndrew Jones <andrew.jones@linux.dev>
parent f246b160
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment