Skip to content
Commit e5372cd5 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Fix boot on T4 and later.

If we don't put the NG4fls.o object into the same part of
the link as the generic sparc64 objects for fls() and __fls()
then the relocation in the branch we use for patching will
not fit.

Move NG4fls.o into lib-y to fix this problem.

Fixes: 46ad8d2d

 ("sparc64: Use sparc optimized fls and __fls for T4 and above")
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Reported-by: default avatarAnatoly Pugachev <matorola@gmail.com>
Tested-by: default avatarAnatoly Pugachev <matorola@gmail.com>
parent 0c86a6bd
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